mirror of
https://github.com/apache/cordova-android.git
synced 2026-02-21 00:02:46 +08:00
undefined is not falsy in java land apparently
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user