We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8de0276 commit fdabcecCopy full SHA for fdabcec
ui/action-bar/action-bar.android.ts
@@ -301,14 +301,14 @@ export class ActionBar extends common.ActionBar {
301
302
public _onTitlePropertyChanged() {
303
var topFrame = frame.topmost();
304
- if (topFrame && topFrame.currentPage === this.page) {
+ if (this._toolbar && topFrame && topFrame.currentPage === this.page) {
305
this._updateTitleAndTitleView();
306
}
307
308
309
public _onIconPropertyChanged() {
310
311
312
this._updateIcon();
313
314
0 commit comments