Recreate activities on screenLayout change (#4689)
Fixes #4255 Tested on Pixel 9 Pro Fold. Before https://github.com/user-attachments/assets/dd4d3a06-fb9f-4d89-94c3-401875cfe6f7 After https://github.com/user-attachments/assets/dac01631-1add-48f4-9cb9-7365b3da2c9c
This commit is contained in:
parent
d00ad17603
commit
c9355d9b00
|
@ -40,7 +40,6 @@
|
|||
<activity android:name=".components.login.LoginWebViewActivity" />
|
||||
<activity
|
||||
android:name=".MainActivity"
|
||||
android:configChanges="orientation|screenSize|keyboardHidden|screenLayout|smallestScreenSize"
|
||||
android:exported="true"
|
||||
android:theme="@style/SplashTheme">
|
||||
|
||||
|
@ -114,9 +113,7 @@
|
|||
android:name=".ViewMediaActivity"
|
||||
android:theme="@style/TuskyBaseTheme"
|
||||
android:configChanges="orientation|screenSize|keyboardHidden|screenLayout|smallestScreenSize" />
|
||||
<activity
|
||||
android:name=".components.account.AccountActivity"
|
||||
android:configChanges="orientation|screenSize|keyboardHidden|screenLayout|smallestScreenSize" />
|
||||
<activity android:name=".components.account.AccountActivity" />
|
||||
<activity android:name=".EditProfileActivity" />
|
||||
<activity android:name=".components.preference.PreferencesActivity" />
|
||||
<activity android:name=".StatusListActivity" />
|
||||
|
|
Loading…
Reference in New Issue