()
| 435 | } |
| 436 | |
| 437 | public onLoaded(): void { |
| 438 | super.onLoaded(); |
| 439 | if (this.hasActionBar) { |
| 440 | this.actionBar.update(); |
| 441 | } |
| 442 | } |
| 443 | updateWithWillAppear(animated: boolean) { |
| 444 | // this method is important because it allows plugins to react to modal page close |
| 445 | // for example allowing updating status bar background color |
no test coverage detected