()
| 572 | } |
| 573 | |
| 574 | public onLoaded(): void { |
| 575 | if (this._matchInvalid) { |
| 576 | this.updateMatch(); |
| 577 | } |
| 578 | this.subscribeForDynamicUpdates(); |
| 579 | this.updateDynamicState(); |
| 580 | } |
| 581 | |
| 582 | public onUnloaded(): void { |
| 583 | this.unsubscribeFromDynamicUpdates(); |
nothing calls this directly
no test coverage detected