Do not display keyboard when entering blocked users page.

Fixes #12241
This commit is contained in:
Alex Hart
2022-05-09 13:06:10 -03:00
parent 9a20447993
commit 431f5501c6
2 changed files with 3 additions and 0 deletions

View File

@@ -541,6 +541,7 @@
<activity android:name=".blocked.BlockedUsersActivity"
android:theme="@style/TextSecure.LightTheme"
android:windowSoftInputMode="stateHidden"
android:configChanges="touchscreen|keyboard|keyboardHidden|orientation|screenLayout|screenSize"/>
<activity android:name=".scribbles.ImageEditorStickerSelectActivity"