8000 fix(action-bar): provide correct page during navigation when title ch… · NativeScript/NativeScript@12dd329 · GitHub
[go: up one dir, main page]

Skip to content

Commit 12dd329

Browse files
authored
fix(action-bar): provide correct page during navigation when title change occurs (#10563)
1 parent d678915 commit 12dd329

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/ui/action-bar/index.ios.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ export class ActionBar extends ActionBarBase {
397397
}
398398

399399
if (page.frame) {
400-
page.frame._updateActionBar();
400+
page.frame._updateActionBar(page);
401401
}
402402

403403
const navigationItem: UINavigationItem = (<UIViewController>page.ios).navigationItem;

0 commit comments

Comments
 (0)
0