소스 검색

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])
                     }