mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Resolved Issue #1127: Changing ActionBar title after page is loaded does not show the ActionBar
This commit is contained in:
@@ -420,9 +420,9 @@ class iOSFrame implements definition.iOSFrame {
|
||||
this._showNavigationBar = value;
|
||||
this._controller.navigationBarHidden = !value;
|
||||
|
||||
let owner = this._controller.owner;
|
||||
if (owner && change) {
|
||||
owner.requestLayout();
|
||||
let currentPage = this._controller.owner.currentPage;
|
||||
if (currentPage && change) {
|
||||
currentPage.requestLayout();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user