Merge branch 'no-welcome-autofocus' of https://github.com/saghul/jitsi-meet into saghul-no-welcome-autofocus

This commit is contained in:
Lyubomir Marinov 2017-01-06 13:19:12 -06:00
commit 9fae5aa02f
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ class WelcomePage extends AbstractWelcomePage {
autoCapitalize = 'none'
autoComplete = { false }
autoCorrect = { false }
autoFocus = { true }
autoFocus = { false }
onChangeText = { this._onRoomChange }
placeholder = 'room name'
style = { styles.textInput }