Ver Fonte

don't show a selected state in edit group name

cyberta há 5 anos atrás
pai
commit
23ef7ee00e
1 ficheiros alterados com 1 adições e 0 exclusões
  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
     }()