Hide soft keyboard on welcome screen launch.

This commit is contained in:
Umangjeet S Pahwa
2022-02-01 13:41:31 -05:00
committed by Cody Henthorne
parent 08d9aa0947
commit d6acd5ef36
+1 -1
View File
@@ -428,7 +428,7 @@
<activity android:name=".registration.RegistrationNavigationActivity"
android:launchMode="singleTask"
android:theme="@style/TextSecure.LightRegistrationTheme"
android:windowSoftInputMode="stateUnchanged"
android:windowSoftInputMode="stateHidden"
android:configChanges="touchscreen|keyboard|keyboardHidden|orientation|screenLayout|screenSize"/>
<activity android:name=".revealable.ViewOnceMessageActivity"