This commit is contained in:
vakrilov
2015-07-14 18:25:44 +03:00
parent d5687a8e9c
commit dde5fd6d5a
6 changed files with 13 additions and 13 deletions

View File

@@ -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) {

View File

@@ -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 {