mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Android app initialization error handling improved
This commit is contained in:
@@ -309,6 +309,9 @@ export function start(entry?: frame.NavigationEntry) {
|
||||
setupOrientationListener(androidApp);
|
||||
}
|
||||
});
|
||||
|
||||
global.androidAppInitialized = true;
|
||||
|
||||
loadCss();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user