浏览代码

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)