feat: set server picker search text field keyboard type to URL
This commit is contained in:
parent
5983455849
commit
c4e38e76ee
|
@ -53,6 +53,7 @@ class PickServerSearchCell: UITableViewCell {
|
|||
textField.autocapitalizationType = .none
|
||||
textField.autocorrectionType = .no
|
||||
textField.returnKeyType = .done
|
||||
textField.keyboardType = .URL
|
||||
return textField
|
||||
}()
|
||||
|
||||
|
|
Loading…
Reference in New Issue