mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
chore: remove unnecessary casting
This commit is contained in:
@@ -93,7 +93,7 @@ class UIViewControllerImpl extends UIViewController {
|
||||
return;
|
||||
}
|
||||
|
||||
const frame = <Frame>(this.navigationController ? (<any>this.navigationController).owner : null);
|
||||
const frame = (this.navigationController ? (<any>this.navigationController).owner : null);
|
||||
const newEntry = this[ENTRY];
|
||||
|
||||
// Don't raise event if currentPage was showing modal page.
|
||||
|
||||
Reference in New Issue
Block a user