Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle more config changes #22246

Merged
merged 1 commit into from Nov 22, 2018
Merged
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Handle more config changes

  • Loading branch information
paulrouget committed Nov 22, 2018
commit 651f94fcf8ee91996d3a2e9b153620602e210a18
@@ -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" />
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.