Explorar el Código

remove tap highlighting of members list in NewGroupController

cyberta hace 5 años
padre
commit
c8351b169e
Se han modificado 1 ficheros con 1 adiciones y 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
         }