Merge pull request #424 from KotlinGeekDev/retain-state

Retain state when rotating device.
This commit is contained in:
Vitor Pamplona 2023-05-24 17:02:27 -04:00 committed by GitHub
commit b643cedf8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,6 +35,7 @@
android:name=".ui.MainActivity"
android:exported="true"
android:windowSoftInputMode="adjustResize"
android:configChanges="orientation|screenSize|screenLayout"
android:theme="@style/Theme.Amethyst">
<intent-filter android:label="Amethyst">