mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-15 11:01:21 +08:00
Code fixed
This commit is contained in:
@ -39,8 +39,8 @@ function buildEntryFromArgs(arg: any): definition.NavigationEntry {
|
|||||||
export function reloadPage(): void {
|
export function reloadPage(): void {
|
||||||
let frame = topmost();
|
let frame = topmost();
|
||||||
if (frame) {
|
if (frame) {
|
||||||
if (frame.currentPage && (<any>frame.currentPage)._modal) {
|
if (frame.currentPage && frame.currentPage.modal) {
|
||||||
(<any>frame.currentPage)._modal.closeModal();
|
frame.currentPage.modal.closeModal();
|
||||||
}
|
}
|
||||||
|
|
||||||
let currentEntry = frame._currentEntry.entry;
|
let currentEntry = frame._currentEntry.entry;
|
||||||
|
Reference in New Issue
Block a user