mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 10:37:05 +05:30
android: make MainActivity swallow all config changes
Compose will handle these
This commit is contained in:
parent
ffcb270013
commit
f1b56e27cd
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@
|
|||
android:theme="@style/Theme.Claw">
|
||||
<activity
|
||||
android:name=".MainActivity"
|
||||
android:configChanges="colorMode|density|fontScale|keyboard|keyboardHidden|layoutDirection|locale|mcc|mnc|navigation|orientation|screenLayout|screenSize|smallestScreenSize|touchscreen|uiMode"
|
||||
android:exported="true">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue