mirror of
https://github.com/apache/cordova-android.git
synced 2025-02-20 23:56:20 +08:00
undefined is not falsy in java land apparently
This commit is contained in:
parent
48ace80183
commit
a6faa68a5c
@ -84,7 +84,7 @@ public class DroidGap extends Activity {
|
||||
private static final String LOG_TAG = "DroidGap";
|
||||
protected WebView appView;
|
||||
protected ImageView splashScreen;
|
||||
protected Boolean backdoor;
|
||||
protected Boolean backdoor = false;
|
||||
private LinearLayout root;
|
||||
|
||||
private Device gap;
|
||||
|
Loading…
Reference in New Issue
Block a user