Просмотр исходного кода

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

master
Lyubomir Marinov 9 лет назад
Родитель
Сommit
9fae5aa02f
1 измененных файлов: 1 добавлений и 1 удалений
  1. 1
    1
      react/features/welcome/components/WelcomePage.native.js

+ 1
- 1
react/features/welcome/components/WelcomePage.native.js Просмотреть файл

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

Загрузка…
Отмена
Сохранить