Skip to content

Commit

Permalink
Handle more config changes
Browse files Browse the repository at this point in the history
  • Loading branch information
paulrouget committed Nov 22, 2018
1 parent 2b410ac commit 651f94f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion support/android/apk/servoapp/src/main/AndroidManifest.xml
Expand Up @@ -14,7 +14,7 @@
<application android:label="Servo" android:icon="@mipmap/servo">
<activity android:name=".MainActivity"
android:label="Servo"
android:configChanges="orientation|keyboardHidden|screenSize">
android:configChanges="density|keyboardHidden|navigation|orientation|screenSize|uiMode">
<meta-data android:name="android.app.lib_name" android:value="servo" />
<intent-filter>
<action android:name="android.intent.action.MAIN" />
Expand Down

0 comments on commit 651f94f

Please sign in to comment.