()
| 58 | } |
| 59 | |
| 60 | private updateActionBar() { |
| 61 | // the test is actually to ensure the actionBar is created |
| 62 | // it will be created if not |
| 63 | if (this.actionBar) { |
| 64 | this.actionBar.update(); |
| 65 | } |
| 66 | } |
| 67 | |
| 68 | [actionBarHiddenProperty.setNative](value: boolean) { |
| 69 | // in case the actionBar is not created and actionBarHidden is changed to true |
no test coverage detected