浏览代码

coding

Signed-off-by: marinofaggiana <ios@nextcloud.com>
marinofaggiana 2 年之前
父节点
当前提交
a145101747
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      iOSClient/Main/Section Header Footer/NCSectionHeaderFooter.swift

+ 2 - 1
iOSClient/Main/Section Header Footer/NCSectionHeaderFooter.swift

@@ -77,7 +77,8 @@ class NCSectionHeaderMenu: UICollectionReusableView, UIGestureRecognizerDelegate
         }
         textViewColor = NCBrandColor.shared.label
 
-        self.labelSection.text = ""
+        labelSection.text = ""
+        viewSectionHeightConstraint.constant = 0
     }
 
     override func layoutSublayers(of layer: CALayer) {