mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-17 04:41:36 +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