mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 14:07:05 +05:30
Revert "fix(android): allow configuration changes to go through"
I don't think I want the behavior this creates.
This reverts commit 4218beac9d
.
This commit is contained in:
parent
1d3d4f7455
commit
6ea194dd0e
1 changed files with 2 additions and 0 deletions
|
@ -24,6 +24,7 @@
|
|||
tools:targetApi="29" />
|
||||
<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" />
|
||||
|
@ -133,6 +134,7 @@
|
|||
</activity>
|
||||
<activity
|
||||
android:name=".SearchActivity"
|
||||
android:configChanges="colorMode|density|fontScale|keyboard|keyboardHidden|layoutDirection|locale|mcc|mnc|navigation|orientation|screenLayout|screenSize|smallestScreenSize|touchscreen|uiMode"
|
||||
android:exported="true"
|
||||
android:label="Claw Search"
|
||||
android:theme="@style/Theme.Claw">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue