浏览代码

dix GUI

Signed-off-by: Marino Faggiana <marino@marinofaggiana.com>
Marino Faggiana 2 年之前
父节点
当前提交
c97c61abf6
共有 1 个文件被更改,包括 2 次插入0 次删除
  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()
         }
     }