mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Renames
This commit is contained in:
@@ -140,7 +140,7 @@ class PageFragmentBody extends android.app.Fragment {
|
||||
|
||||
var page: pages.Page = this.entry.resolvedPage;
|
||||
|
||||
page.actionBar._updateAndroidActionBar(menu);
|
||||
page.actionBar._updateAndroid(menu);
|
||||
}
|
||||
|
||||
onOptionsItemSelected(item: android.view.IMenuItem) {
|
||||
|
||||
@@ -196,7 +196,7 @@ class UINavigationControllerImpl extends UINavigationController implements UINav
|
||||
throw new Error("Page is already shown on another frame.");
|
||||
}
|
||||
|
||||
newPage.actionBar.updateActionBar();
|
||||
newPage.actionBar.update();
|
||||
}
|
||||
|
||||
public navigationControllerDidShowViewControllerAnimated(navigationController: UINavigationController, viewController: UIViewController, animated: boolean): void {
|
||||
|
||||
Reference in New Issue
Block a user