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:
Harsh Shandilya 2023-11-18 15:02:14 +05:30
parent 1d3d4f7455
commit 6ea194dd0e

View file

@ -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">