only handle google login and ingress intel links in webview
This commit is contained in:
parent
0fc57f8cfc
commit
f093f3e19c
@ -228,7 +228,7 @@ public class IITC_WebViewClient extends WebViewClient {
|
|||||||
Log.d("Google login");
|
Log.d("Google login");
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
else if (url.contains("ingress.com")) {
|
else if (url.contains("ingress.com/intel")) {
|
||||||
Log.d("intel link requested, reset app and load " + url);
|
Log.d("intel link requested, reset app and load " + url);
|
||||||
mIitc.reset();
|
mIitc.reset();
|
||||||
mIitc.setLoadingState(true);
|
mIitc.setLoadingState(true);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user