diff --git a/AltStore/Sources/Components/AddSourceTextFieldCell.swift b/AltStore/Sources/Components/AddSourceTextFieldCell.swift index 1a09959b..1a8af574 100644 --- a/AltStore/Sources/Components/AddSourceTextFieldCell.swift +++ b/AltStore/Sources/Components/AddSourceTextFieldCell.swift @@ -21,7 +21,7 @@ class AddSourceTextFieldCell: UICollectionViewCell self.textField.translatesAutoresizingMaskIntoConstraints = false self.textField.placeholder = "apps.sidestore.io" self.textField.textContentType = .URL - self.textField.keyboardType = .URL +// self.textField.keyboardType = .URL // we can add multiple sources now delimited by spaces/newline so we use normal keyboard not url keyboard self.textField.returnKeyType = .done self.textField.autocapitalizationType = .none self.textField.autocorrectionType = .no