undefined is not falsy in java land apparently

This commit is contained in:
brianleroux 2010-09-01 11:55:18 -07:00
parent 48ace80183
commit a6faa68a5c

View File

@ -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;