mirror of
https://github.com/apache/cordova-android.git
synced 2025-01-19 07:02:51 +08:00
One more time, getting the title default right
This commit is contained in:
parent
f60049f713
commit
451afabfbb
@ -256,7 +256,7 @@ public class DroidGap extends Activity implements CordovaInterface {
|
||||
LOG.d(TAG, "DroidGap.onCreate()");
|
||||
super.onCreate(savedInstanceState);
|
||||
|
||||
if(this.getBooleanProperty("showTitle", false))
|
||||
if(!this.getBooleanProperty("showTitle", false))
|
||||
{
|
||||
getWindow().requestFeature(Window.FEATURE_NO_TITLE);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user