removed default cache, since we cache tiles on our own it's not needed anymore
This commit is contained in:
@ -195,8 +195,6 @@ public class IITC_WebViewClient extends WebViewClient {
|
||||
@Override
|
||||
public void onReceivedLoginRequest(WebView view, String realm, String account, String args) {
|
||||
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);
|
||||
}
|
||||
@ -329,10 +327,6 @@ public class IITC_WebViewClient extends WebViewClient {
|
||||
+ url);
|
||||
mIitc.loadUrl(url);
|
||||
}
|
||||
if (url.contains("logout")) {
|
||||
Log.d("iitcm", "logging out...updating caching mode");
|
||||
((IITC_WebView) view).updateCaching(true);
|
||||
}
|
||||
return false;
|
||||
} else {
|
||||
Log.d("iitcm",
|
||||
|
Reference in New Issue
Block a user