Hide soft keyboard on welcome screen launch.

This commit is contained in:
Umangjeet S Pahwa
2021-01-10 00:31:37 +05:30
committed by Cody Henthorne
parent 08d9aa0947
commit d6acd5ef36

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"