marinofaggiana 3 years ago
parent
commit
2f6ce71e87
1 changed files with 0 additions and 2 deletions
  1. 0 2
      iOSClient/Main/Section Header Footer/NCSectionHeaderFooter.swift

+ 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) {