Parcourir la source

dix GUI

Signed-off-by: Marino Faggiana <marino@marinofaggiana.com>
Marino Faggiana il y a 2 ans
Parent
commit
c97c61abf6
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      iOSClient/Main/Collection Common/NCGridCell.swift

+ 2 - 0
iOSClient/Main/Collection Common/NCGridCell.swift

@@ -169,10 +169,12 @@ class NCGridCell: UICollectionViewCell, UIGestureRecognizerDelegate, NCCellProto
     func selectMode(_ status: Bool) {
         if status {
             imageSelect.isHidden = false
+            buttonMore.isHidden = true
             accessibilityCustomActions = nil
         } else {
             imageSelect.isHidden = true
             imageVisualEffect.isHidden = true
+            buttonMore.isHidden = false
             setA11yActions()
         }
     }