disable splash screen on JS error and HTTP response error code (fixes #475)
This commit is contained in:
@ -126,8 +126,8 @@ public class IITC_JSInterface {
|
||||
}
|
||||
|
||||
@JavascriptInterface
|
||||
public void iitcLoaded() {
|
||||
Log.d("iitcm", "iitc loaded completely");
|
||||
public void removeSplashScreen() {
|
||||
Log.d("iitcm", "removing splash screen");
|
||||
final IITC_Mobile iitc = ((IITC_Mobile) mContext);
|
||||
|
||||
iitc.runOnUiThread(new Runnable() {
|
||||
|
Reference in New Issue
Block a user