Explorar o código

fix tag ipad

Signed-off-by: Marino Faggiana <marino@marinofaggiana.com>
Marino Faggiana hai 1 ano
pai
achega
f8b95a1888
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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])
                     }