do not overwrite login boolean in updateCaching
This commit is contained in:
parent
c25b6dc1c8
commit
8242901ed7
@ -168,7 +168,7 @@ public class IITC_WebView extends WebView {
|
||||
break;
|
||||
default:
|
||||
if (getUrl() != null) {
|
||||
login = getUrl().contains("accounts.google.com");
|
||||
login |= getUrl().contains("accounts.google.com");
|
||||
}
|
||||
// use cache if on mobile network...saves traffic
|
||||
if (!isConnectedToWifi() && !login) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user