added comments
This commit is contained in:
@ -133,6 +133,9 @@ public class IITC_WebViewClient extends WebViewClient {
|
||||
handler.proceed();
|
||||
};
|
||||
|
||||
/**
|
||||
* this method is called automatically when the Google login form is opened.
|
||||
*/
|
||||
@Override
|
||||
public void onReceivedLoginRequest(WebView view, String realm, String account, String args) {
|
||||
((IITC_Mobile) context).onReceivedLoginRequest(this, view, realm, account, args);
|
||||
|
Reference in New Issue
Block a user