Explorar o código

dix GUI

Signed-off-by: Marino Faggiana <marino@marinofaggiana.com>
Marino Faggiana %!s(int64=2) %!d(string=hai) anos
pai
achega
c97c61abf6
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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()
         }
     }