marinofaggiana 3 роки тому
батько
коміт
2f6ce71e87

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

@@ -86,13 +86,11 @@ class NCSectionHeaderMenu: UICollectionReusableView, UIGestureRecognizerDelegate
     }
     
     func setGradientColor() {
-       /*
         if traitCollection.userInterfaceStyle == .dark {
             gradient.colors = [UIColor.init(white: 0, alpha: 0).cgColor, UIColor.black.cgColor]
         } else {
             gradient.colors = [UIColor.init(white: 1, alpha: 0).cgColor, UIColor.white.cgColor]
         }
-        */
     }
     
     func setTitleSorted(datasourceTitleButton: String) {