renamed splashScreen method
This commit is contained in:
@ -566,8 +566,8 @@ function boot() {
|
||||
window.iitcLoaded = true;
|
||||
window.runHooks('iitcLoaded');
|
||||
|
||||
if (typeof android !== 'undefined' && android && android.removeSplashScreen) {
|
||||
android.removeSplashScreen();
|
||||
if (typeof android !== 'undefined' && android && android.bootFinished) {
|
||||
android.bootFinished();
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user