marinofaggiana 3 år sedan
förälder
incheckning
2f6ce71e87
1 ändrade filer med 0 tillägg och 2 borttagningar
  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) {