reset iitcInjected onLoginRequested

This commit is contained in:
Philipp Schaefer 2013-11-10 13:04:18 +01:00
parent f20211e5dd
commit 7c2445edd1
2 changed files with 2 additions and 1 deletions

View File

@ -119,7 +119,7 @@ public class IITC_Mobile extends Activity implements OnSharedPreferenceChangeLis
mBackStack.clear();
// receive downloadManagers downloadComplete intent
// afterwards install iitc update and clean up after installation
// afterwards install iitc update
registerReceiver(mBroadcastReceiver, new IntentFilter(DownloadManager.ACTION_DOWNLOAD_COMPLETE));
handleIntent(getIntent(), true);

View File

@ -196,6 +196,7 @@ public class IITC_WebViewClient extends WebViewClient {
Log.d("iitcm", "Login requested: " + realm + " " + account + " " + args);
Log.d("iitcm", "logging in...updating caching mode");
((IITC_WebView) view).updateCaching(true);
mIitcInjected = false;
//((IITC_Mobile) mContext).onReceivedLoginRequest(this, view, realm, account, args);
}