only handle google login and ingress intel links in webview

This commit is contained in:
Philipp Schaefer 2014-08-19 02:33:20 +02:00
parent 0fc57f8cfc
commit f093f3e19c

View File

@ -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);