Explorar o código

remove tap highlighting of members list in NewGroupController

cyberta %!s(int64=5) %!d(string=hai) anos
pai
achega
c8351b169e
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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.setVerified(isVerified: contact.isVerified)
+                contactCell.selectionStyle = .none
             }
             return cell
         }