Prevent WebView from reloading the website after orientation change in WebViewActivity.

This commit is contained in:
Docile-Alligator
2022-03-17 21:22:26 +08:00
parent b4915859da
commit 59ed4c53ff
2 changed files with 19 additions and 3 deletions

View File

@@ -76,7 +76,8 @@
android:name=".activities.WebViewActivity"
android:label=""
android:parentActivityName=".activities.MainActivity"
android:theme="@style/AppTheme.NoActionBar" />
android:theme="@style/AppTheme.NoActionBar"
android:configChanges="orientation|screenSize" />
<activity
android:name=".activities.SuicidePreventionActivity"
android:parentActivityName=".activities.MainActivity"