()
| 117 | } |
| 118 | |
| 119 | onAwayBack () { |
| 120 | clearTimeout(this.awayTimeoutId) |
| 121 | if (!this.running && this.featureData) { return this.startTimer(this.featureData) } |
| 122 | } |
| 123 | |
| 124 | onHidden () { |
| 125 | return this.stopTimer({ subtractTimeout: false }) |
nothing calls this directly
no test coverage detected