Dont recreate WebView on configuration changed #119

This commit is contained in:
Koitharu
2022-03-05 08:48:45 +02:00
parent 5158f4bd89
commit 6eca4028ec
2 changed files with 19 additions and 0 deletions

View File

@@ -64,6 +64,7 @@
</activity>
<activity
android:name="org.koitharu.kotatsu.browser.BrowserActivity"
android:configChanges="orientation|screenSize|screenLayout|keyboardHidden"
android:windowSoftInputMode="adjustResize" />
<activity
android:name="org.koitharu.kotatsu.settings.sources.auth.SourceAuthActivity"