mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2024-11-06 18:57:26 +01:00
Don't restart login activity on orientation, screen size, or layout direction changes. (#1372)
This commit is contained in:
parent
b0f2e89c7b
commit
a68502dc20
@ -387,6 +387,7 @@
|
||||
</activity>
|
||||
<activity
|
||||
android:name=".activities.LoginActivity"
|
||||
android:configChanges="orientation|screenLayout|screenSize|layoutDirection"
|
||||
android:label="@string/login_activity_label"
|
||||
android:parentActivityName=".activities.MainActivity"
|
||||
android:theme="@style/AppTheme.Slidable" />
|
||||
|
Loading…
Reference in New Issue
Block a user