mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-18 15:56:24 +01:00
Fix update of windowsizeclass.
This commit is contained in:
committed by
jeffrey-signal
parent
21138b9190
commit
75a53974a4
@@ -1045,7 +1045,7 @@
|
||||
<activity android:name=".MainActivity"
|
||||
android:enableOnBackInvokedCallback="true"
|
||||
android:theme="@style/Theme.Signal.DayNight.NoActionBar"
|
||||
android:configChanges="touchscreen|keyboard|keyboardHidden|orientation|screenLayout"
|
||||
android:configChanges="touchscreen|keyboard|keyboardHidden"
|
||||
android:windowSoftInputMode="stateUnchanged"
|
||||
android:resizeableActivity="true"
|
||||
android:exported="false"/>
|
||||
|
||||
Reference in New Issue
Block a user