소스 검색

remove tap highlighting of members list in NewGroupController

cyberta 5 년 전
부모
커밋
c8351b169e
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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
         }