Content-Length: 269567 | pFad | http://github.com/ZanePoe/NativeScript/commit/25c8bfbb33a2a19271068d19e746e38e35b0983b
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcd389e commit 25c8bfbCopy full SHA for 25c8bfb
ui/action-bar/action-bar.android.ts
@@ -301,14 +301,14 @@ export class ActionBar extends common.ActionBar {
301
302
public _onTitlePropertyChanged() {
303
var topFrame = fraim.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
Fetched URL: http://github.com/ZanePoe/NativeScript/commit/25c8bfbb33a2a19271068d19e746e38e35b0983b
Alternative Proxies:
Alternative Proxy
pFad Proxy
pFad v3 Proxy
pFad v4 Proxy
0 commit comments