(animated: boolean)
| 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 |
| 446 | if (this.hasActionBar) { |
| 447 | this.actionBar.update(); |
| 448 | } |
| 449 | this.updateStatusBar(); |
| 450 | } |
| 451 | |
| 452 | updateWithWillDisappear(animated: boolean) { |
| 453 | // this method is important because it allows plugins to react to modal page close |
no test coverage detected