Merge pull request #1326 from NativeScript/hhristov/action-bar-fix

Fix action-bar when app is put to background and restored (and Do not…
This commit is contained in:
Hristo Hristov
2016-01-04 16:53:55 +02:00

View File

@@ -113,6 +113,10 @@ export class ActionBar extends common.ActionBar {
return owner._onAndroidItemSelected(itemId);
}
}));
}
public onLoaded() {
super.onLoaded();
this.update();
}