marinofaggiana 4 ani în urmă
părinte
comite
e866d1c193
2 a modificat fișierele cu 0 adăugiri și 2 ștergeri
  1. 0 1
      iOSClient/Main/Cell/NCListCell.swift
  2. 0 1
      iOSClient/Select/NCSelect.swift

+ 0 - 1
iOSClient/Main/Cell/NCListCell.swift

@@ -39,7 +39,6 @@ class NCListCell: UICollectionViewCell, UIGestureRecognizerDelegate, NCImageCell
     @IBOutlet weak var labelInfo: UILabel!
 
     @IBOutlet weak var imageShared: UIImageView!
-    @IBOutlet weak var sharedLeftConstraint: NSLayoutConstraint!
 
     @IBOutlet weak var imageMore: UIImageView!
     @IBOutlet weak var buttonMore: UIButton!

+ 0 - 1
iOSClient/Select/NCSelect.swift

@@ -469,7 +469,6 @@ extension NCSelect: UICollectionViewDataSource {
         } else {
             let cell = cell as! NCListCell
             cell.imageMore.isHidden = true
-            cell.sharedLeftConstraint.constant = 15
             
             return cell
         }