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