There was an error while loading. Please reload this page.
1 parent c966d1d commit 784aac4Copy full SHA for 784aac4
1 file changed
nativescript-core/ui/page/page-common.ts
@@ -33,12 +33,6 @@ export class PageBase extends ContentView implements PageDefinition {
33
}
34
35
get actionBar(): ActionBar {
36
- // if (!this._actionBar) {
37
- // this.hasActionBar = true;
38
- // this._actionBar = new ActionBar();
39
- // this._addView(this._actionBar);
40
- // }
41
-
42
return this._actionBar;
43
44
set actionBar(value: ActionBar) {
0 commit comments