Browse Source

dix GUI

Signed-off-by: Marino Faggiana <marino@marinofaggiana.com>
Marino Faggiana 2 years ago
parent
commit
c97c61abf6
1 changed files with 2 additions and 0 deletions
  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()
         }
     }