소스 검색

GUI fix

Signed-off-by: Marino Faggiana <marino@marinofaggiana.com>
Marino Faggiana 1 년 전
부모
커밋
d339c21a79
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      iOSClient/Notification/NCNotification.swift

+ 1 - 0
iOSClient/Notification/NCNotification.swift

@@ -120,6 +120,7 @@ class NCNotification: UITableViewController, NCNotificationCellDelegate, NCEmpty
 
         let cell = self.tableView.dequeueReusableCell(withIdentifier: "Cell", for: indexPath) as! NCNotificationCell
         cell.delegate = self
+        cell.selectionStyle = .none
 
         let notification = notifications[indexPath.row]
         let urlIcon = URL(string: notification.icon)