disable splash screen on JS error and HTTP response error code (fixes #475)
This commit is contained in:
@ -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();
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user