Ensure navigation title view is removed if undefined

This commit is contained in:
vakrilov
2017-04-06 13:21:23 +03:00
parent 70ae742f00
commit a598e2c90a

View File

@@ -93,6 +93,8 @@ export class ActionBar extends ActionBarBase {
if (this.titleView && this.titleView.ios) {
navigationItem.titleView = this.titleView.ios;
} else {
navigationItem.titleView = null;
}
// Find previous ViewController in the navigation stack