mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-15 11:01:21 +08:00
fix(action-bar): provide correct page during navigation when title change occurs (#10563)
This commit is contained in:
@ -397,7 +397,7 @@ export class ActionBar extends ActionBarBase {
|
||||
}
|
||||
|
||||
if (page.frame) {
|
||||
page.frame._updateActionBar();
|
||||
page.frame._updateActionBar(page);
|
||||
}
|
||||
|
||||
const navigationItem: UINavigationItem = (<UIViewController>page.ios).navigationItem;
|
||||
|
Reference in New Issue
Block a user