Selaa lähdekoodia

Improved GUI files

Signed-off-by: Marino Faggiana <marino@marinofaggiana.com>
Marino Faggiana 2 vuotta sitten
vanhempi
commit
1deda59169
1 muutettua tiedostoa jossa 8 lisäystä ja 0 poistoa
  1. 8 0
      iOSClient/Main/Collection Common/NCListCell.swift

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

@@ -220,10 +220,18 @@ class NCListCell: UICollectionViewCell, UIGestureRecognizerDelegate, NCCellProto
         if status {
             imageItemLeftConstraint.constant = 45
             imageSelect.isHidden = false
+            imageShared.isHidden = true
+            imageMore.isHidden = true
+            buttonShared.isHidden = true
+            buttonMore.isHidden = true
             accessibilityCustomActions = nil
         } else {
             imageItemLeftConstraint.constant = 10
             imageSelect.isHidden = true
+            imageShared.isHidden = false
+            imageMore.isHidden = false
+            buttonShared.isHidden = false
+            buttonMore.isHidden = false
             backgroundView = nil
             setA11yActions()
         }