Configure identity server keyboard for safer URL entry.

This commit is contained in:
Doug
2021-07-23 14:08:51 +01:00
parent 9156c3968d
commit d450b73017
2 changed files with 8 additions and 12 deletions
@@ -142,7 +142,6 @@ final class SettingsIdentityServerViewController: UIViewController {
self.identityServerLabel.text = VectorL10n.identityServerSettingsTitle
self.identityServerTextField.placeholder = VectorL10n.identityServerSettingsPlaceHolder
self.identityServerTextField.keyboardType = .URL
self.identityServerTextField.addTarget(self, action: #selector(identityServerTextFieldDidChange(_:)), for: .editingChanged)
self.identityServerTextField.addTarget(self, action: #selector(identityServerTextFieldDidEndOnExit(_:)), for: .editingDidEndOnExit)