mirror of
https://github.com/apache/cordova-android.git
synced 2025-04-29 22:40:25 +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";
|
private static final String LOG_TAG = "DroidGap";
|
||||||
protected WebView appView;
|
protected WebView appView;
|
||||||
protected ImageView splashScreen;
|
protected ImageView splashScreen;
|
||||||
protected Boolean backdoor;
|
protected Boolean backdoor = false;
|
||||||
private LinearLayout root;
|
private LinearLayout root;
|
||||||
|
|
||||||
private Device gap;
|
private Device gap;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user