Android app initialization error handling improved

This commit is contained in:
Vladimir Enchev
2016-02-18 15:22:45 +02:00
parent 7c83f704e6
commit 60cbb4753f
2 changed files with 10 additions and 1 deletions

View File

@@ -309,6 +309,9 @@ export function start(entry?: frame.NavigationEntry) {
setupOrientationListener(androidApp);
}
});
global.androidAppInitialized = true;
loadCss();
}