mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Fix action-bar when app is put to background and restored (and Do not keep activities is TRUE)
This commit is contained in:
@@ -113,6 +113,10 @@ export class ActionBar extends common.ActionBar {
|
||||
return owner._onAndroidItemSelected(itemId);
|
||||
}
|
||||
}));
|
||||
}
|
||||
|
||||
public onLoaded() {
|
||||
super.onLoaded();
|
||||
this.update();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user