Browse Source

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

j8
Lyubomir Marinov 8 years ago
parent
commit
9fae5aa02f
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      react/features/welcome/components/WelcomePage.native.js

+ 1
- 1
react/features/welcome/components/WelcomePage.native.js View File

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

Loading…
Cancel
Save