()
| 630 | } |
| 631 | |
| 632 | _destroyTimer() { |
| 633 | // invalidate and reinitialize timer |
| 634 | if (this._refreshTimeoutId != null) { |
| 635 | GLib.Source.remove(this._refreshTimeoutId); |
| 636 | this._refreshTimeoutId = null; |
| 637 | } |
| 638 | } |
| 639 | |
| 640 | _updateTimeSettingChanged() { |
| 641 | this._destroyTimer(); |
no outgoing calls
no test coverage detected