فهرست منبع

hide keyboard on button click on 'done'

cyberta 4 سال پیش
والد
کامیت
c109eca3bd
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  1. 0 1
      deltachat-ios/Controller/AccountSetupController.swift

+ 0 - 1
deltachat-ios/Controller/AccountSetupController.swift

@@ -862,7 +862,6 @@ extension AccountSetupController: UITextFieldDelegate {
             return true
         } else {
             textField.resignFirstResponder()
-            emailCell.textField.becomeFirstResponder()
             let indexPath = IndexPath(row: 0, section: 0)
             tableView.scrollToRow(at: indexPath, at: UITableView.ScrollPosition.top, animated: true)
             return true