commented out weblogin for now since it confuses the user
This commit is contained in:
parent
72620ed668
commit
4b0ff58a7b
@ -161,7 +161,7 @@ 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);
|
||||
((IITC_Mobile) mContext).onReceivedLoginRequest(this, view, realm, account, args);
|
||||
//((IITC_Mobile) mContext).onReceivedLoginRequest(this, view, realm, account, args);
|
||||
}
|
||||
|
||||
// parse all enabled iitc plugins
|
||||
|
Loading…
x
Reference in New Issue
Block a user