فهرست منبع

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
         }