Bläddra i källkod

don't show a selected state in edit group name

cyberta 5 år sedan
förälder
incheckning
23ef7ee00e
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. 1 0
      deltachat-ios/Controller/EditGroupViewController.swift

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

@@ -9,6 +9,7 @@ class EditGroupViewController: UITableViewController {
     lazy var groupNameCell: GroupLabelCell = {
         let cell = GroupLabelCell(style: .default, reuseIdentifier: nil)
         cell.onTextChanged = groupNameEdited(_:)
+        cell.selectionStyle = .none
         return cell
     }()