commented out weblogin for now since it confuses the user

This commit is contained in:
Philipp Schaefer 2013-10-03 11:27:57 +02:00
parent 72620ed668
commit 4b0ff58a7b

View File

@ -161,7 +161,7 @@ public class IITC_WebViewClient extends WebViewClient {
@Override @Override
public void onReceivedLoginRequest(WebView view, String realm, String account, String args) { public void onReceivedLoginRequest(WebView view, String realm, String account, String args) {
Log.d("iitcm", "Login requested: " + realm + " " + account + " " + args); Log.d("iitcm", "Login requested: " + realm + " " + account + " " + args);
((IITC_Mobile) mContext).onReceivedLoginRequest(this, view, realm, account, args); //((IITC_Mobile) mContext).onReceivedLoginRequest(this, view, realm, account, args);
} }
// parse all enabled iitc plugins // parse all enabled iitc plugins