From 1c6d70ae7d88bb9974f74cd15158742aa2fd5de6 Mon Sep 17 00:00:00 2001 From: Vasil Trifonov Date: Tue, 18 Feb 2020 10:39:56 +0200 Subject: [PATCH] chore: remove unnecessary casting --- nativescript-core/ui/page/page.ios.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nativescript-core/ui/page/page.ios.ts b/nativescript-core/ui/page/page.ios.ts index beaace4d7..576eb25a8 100644 --- a/nativescript-core/ui/page/page.ios.ts +++ b/nativescript-core/ui/page/page.ios.ts @@ -93,7 +93,7 @@ class UIViewControllerImpl extends UIViewController { return; } - const frame = (this.navigationController ? (this.navigationController).owner : null); + const frame = (this.navigationController ? (this.navigationController).owner : null); const newEntry = this[ENTRY]; // Don't raise event if currentPage was showing modal page.