diff --git a/tns-core-modules/ui/frame/frame-common.ts b/tns-core-modules/ui/frame/frame-common.ts index 1c93c3d39..fe6c61ba4 100644 --- a/tns-core-modules/ui/frame/frame-common.ts +++ b/tns-core-modules/ui/frame/frame-common.ts @@ -531,6 +531,10 @@ export class FrameBase extends CustomLayoutView implements FrameDefinition { public _onLivesync(): boolean { super._onLivesync(); + if (!this._currentEntry || !this._currentEntry.entry) { + return false; + } + const currentEntry = this._currentEntry.entry; const newEntry: NavigationEntry = { animated: false,