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