mirror of
https://github.com/apache/cordova-android.git
synced 2025-01-31 17:32:51 +08:00
Fix broken build from prev. commit (copy & paste error?)
This commit is contained in:
parent
a5c8472a37
commit
af440460e1
@ -62,7 +62,7 @@ public class CordovaWebViewClient extends WebViewClient {
|
||||
CordovaInterface cordova;
|
||||
CordovaWebView appView;
|
||||
private boolean doClearHistory = false;
|
||||
private boolean isCurrentlyLoading;
|
||||
boolean isCurrentlyLoading;
|
||||
|
||||
/** The authorization tokens. */
|
||||
private Hashtable<String, AuthenticationToken> authenticationTokens = new Hashtable<String, AuthenticationToken>();
|
||||
|
Loading…
Reference in New Issue
Block a user