marinofaggiana 3 سال پیش
والد
کامیت
2f6ce71e87
1فایلهای تغییر یافته به همراه0 افزوده شده و 2 حذف شده
  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) {