瀏覽代碼

fix tag ipad

Signed-off-by: Marino Faggiana <marino@marinofaggiana.com>
Marino Faggiana 1 年之前
父節點
當前提交
f8b95a1888
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      iOSClient/Main/Collection Common/NCListCell.swift

+ 0 - 1
iOSClient/Main/Collection Common/NCListCell.swift

@@ -294,7 +294,6 @@ class NCListCell: UICollectionViewCell, UIGestureRecognizerDelegate, NCCellProto
             if let tag = tags.first {
                 tagListView.addTag(tag)
                 if UIDevice.current.userInterfaceIdiom == .pad {
-                    tagListView.addTag(tag)
                     if tags.count >= 2 {
                         tagListView.addTag(tags[1])
                     }