reset iitcInjected onLoginRequested
This commit is contained in:
parent
f20211e5dd
commit
7c2445edd1
@ -119,7 +119,7 @@ public class IITC_Mobile extends Activity implements OnSharedPreferenceChangeLis
|
|||||||
mBackStack.clear();
|
mBackStack.clear();
|
||||||
|
|
||||||
// receive downloadManagers downloadComplete intent
|
// 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));
|
registerReceiver(mBroadcastReceiver, new IntentFilter(DownloadManager.ACTION_DOWNLOAD_COMPLETE));
|
||||||
|
|
||||||
handleIntent(getIntent(), true);
|
handleIntent(getIntent(), true);
|
||||||
|
@ -196,6 +196,7 @@ public class IITC_WebViewClient extends WebViewClient {
|
|||||||
Log.d("iitcm", "Login requested: " + realm + " " + account + " " + args);
|
Log.d("iitcm", "Login requested: " + realm + " " + account + " " + args);
|
||||||
Log.d("iitcm", "logging in...updating caching mode");
|
Log.d("iitcm", "logging in...updating caching mode");
|
||||||
((IITC_WebView) view).updateCaching(true);
|
((IITC_WebView) view).updateCaching(true);
|
||||||
|
mIitcInjected = false;
|
||||||
//((IITC_Mobile) mContext).onReceivedLoginRequest(this, view, realm, account, args);
|
//((IITC_Mobile) mContext).onReceivedLoginRequest(this, view, realm, account, args);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user