MCPcopy Index your code
hub / github.com/NativeScript/NativeScript / updateActionBar

Method updateActionBar

packages/core/ui/page/index.android.ts:60–66  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 2

onLoadedMethod · 0.95

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected