Эх сурвалжийг харах

disable return key if no text is input

Jonas Reinsch 7 жил өмнө
parent
commit
ff28c53fe5

+ 2 - 0
deltachat-ios/CredentialsController.swift

@@ -31,6 +31,8 @@ class TextFieldCell:UITableViewCell {
         textField.placeholder = placeholder
         textField.placeholder = placeholder
         
         
         selectionStyle = .none
         selectionStyle = .none
+        
+        textField.enablesReturnKeyAutomatically = true
     }
     }