moved comments to correct place

This commit is contained in:
Philipp Schaefer
2014-02-19 00:15:46 +01:00
parent 94e63430f1
commit e9dccc0e8f
2 changed files with 4 additions and 4 deletions

View File

@ -95,7 +95,7 @@ public class IITC_WebViewClient extends WebViewClient {
public void onReceivedLoginRequest(final WebView view, final String realm, final String account, final String args) {
mIitcInjected = false;
// Log.d("iitcm", "Login requested: " + realm + " " + account + " " + args);
// ((IITC_Mobile) mContext).onReceivedLoginRequest(this, view, realm, account, args);
// mIitc.onReceivedLoginRequest(this, view, realm, account, args);
}
/**