renamed splashScreen method

This commit is contained in:
Philipp Schaefer
2013-09-24 01:05:26 +02:00
parent 456aecadb4
commit 38446594db
4 changed files with 6 additions and 6 deletions

View File

@ -43,7 +43,7 @@ public class CheckHttpResponse extends AsyncTask<String, Void, Boolean> {
int code = response.getStatusLine().getStatusCode();
if (code != HttpStatus.SC_OK) {
Log.d("iitcm", "received error code: " + code);
mJsInterface.removeSplashScreen();
((IITC_Mobile) mContext).setLoadingState(false);
// TODO: remove when google login issue is fixed
if (urls[0].contains("uberauth=WILL_NOT_SIGN_IN")) {
return true;