diff --git a/Mastodon/Scene/Onboarding/PickServer/TableViewCell/PickServerSearchCell.swift b/Mastodon/Scene/Onboarding/PickServer/TableViewCell/PickServerSearchCell.swift index 546db989d..5d10a39b5 100644 --- a/Mastodon/Scene/Onboarding/PickServer/TableViewCell/PickServerSearchCell.swift +++ b/Mastodon/Scene/Onboarding/PickServer/TableViewCell/PickServerSearchCell.swift @@ -53,6 +53,7 @@ class PickServerSearchCell: UITableViewCell { textField.autocapitalizationType = .none textField.autocorrectionType = .no textField.returnKeyType = .done + textField.keyboardType = .URL return textField }()