()
| 432 | } |
| 433 | |
| 434 | onOrientationTimer() { |
| 435 | if (this.orientationSupport && this.orientationStatus === 0) { |
| 436 | this.disable() |
| 437 | this.orientationSupport = false |
| 438 | this.enable() |
| 439 | } else { |
| 440 | this.doReadyCallback() |
| 441 | } |
| 442 | } |
| 443 | |
| 444 | onMotionTimer() { |
| 445 | if (this.motionSupport && this.motionStatus === 0) { |
nothing calls this directly
no test coverage detected