mirror of
https://github.com/apache/cordova-android.git
synced 2025-02-07 23:03:11 +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()");
|
LOG.d(TAG, "DroidGap.onCreate()");
|
||||||
super.onCreate(savedInstanceState);
|
super.onCreate(savedInstanceState);
|
||||||
|
|
||||||
if(this.getBooleanProperty("showTitle", false))
|
if(!this.getBooleanProperty("showTitle", false))
|
||||||
{
|
{
|
||||||
getWindow().requestFeature(Window.FEATURE_NO_TITLE);
|
getWindow().requestFeature(Window.FEATURE_NO_TITLE);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user