disable splash screen on JS error and HTTP response error code (fixes #475)

This commit is contained in:
Philipp Schaefer
2013-08-10 17:34:18 +02:00
parent e85af06559
commit 855ad003a2
7 changed files with 76 additions and 21 deletions

View File

@ -506,8 +506,8 @@ function boot() {
window.iitcLoaded = true;
window.runHooks('iitcLoaded');
if (typeof android !== 'undefined' && android && android.iitcLoaded) {
android.iitcLoaded();
if (typeof android !== 'undefined' && android && android.removeSplashScreen) {
android.removeSplashScreen();
}
}