moved login caching mode setting to webviewclient

This commit is contained in:
Philipp Schaefer
2013-10-03 16:52:33 +02:00
parent 4b0ff58a7b
commit eeb24315fb
2 changed files with 2 additions and 2 deletions

View File

@@ -572,8 +572,6 @@ public class IITC_Mobile extends Activity {
*/
public void onReceivedLoginRequest(IITC_WebViewClient client, WebView view,
String realm, String account, String args) {
Log.d("iitcm", "logging in...set caching mode to default");
mIitcWebView.getSettings().setCacheMode(WebSettings.LOAD_DEFAULT);
mLogin = new IITC_DeviceAccountLogin(this, view, client);
mLogin.startLogin(realm, account, args);
}