Hide soft keyboard on welcome screen launch.

fork-5.53.8
Umangjeet S Pahwa 2021-01-10 00:31:37 +05:30 zatwierdzone przez Cody Henthorne
rodzic 08d9aa0947
commit d6acd5ef36
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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