added comments

This commit is contained in:
Felix Kloft
2013-05-17 09:36:10 +02:00
parent 2194a0c74f
commit 114103f08c
4 changed files with 67 additions and 6 deletions

View File

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