Fix update of windowsizeclass.

This commit is contained in:
Alex Hart
2025-10-27 14:39:17 -03:00
committed by jeffrey-signal
parent 21138b9190
commit 75a53974a4
3 changed files with 15 additions and 5 deletions

View File

@@ -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"/>