Browse Source

Merge pull request #868 from deltachat/fix_group_member_selectability

remove tap highlighting of members list in NewGroupController
bjoern 5 years ago
parent
commit
2b94251f9d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      deltachat-ios/Controller/NewGroupController.swift

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

@@ -189,6 +189,7 @@ class NewGroupController: UITableViewController, MediaPickerDelegate {
                     contactCell.avatar.setImage(profileImage)
                     contactCell.avatar.setImage(profileImage)
                 }
                 }
                 contactCell.setVerified(isVerified: contact.isVerified)
                 contactCell.setVerified(isVerified: contact.isVerified)
+                contactCell.selectionStyle = .none
             }
             }
             return cell
             return cell
         }
         }