|
@@ -80,8 +80,7 @@ class NCTrash: UIViewController, UIGestureRecognizerDelegate, NCTrashListCellDel
|
|
|
|
|
|
// Add Refresh Control
|
|
|
collectionView.addSubview(refreshControl)
|
|
|
- refreshControl.tintColor = NCBrandColor.sharedInstance.brandText
|
|
|
- refreshControl.backgroundColor = NCBrandColor.sharedInstance.brandElement
|
|
|
+ refreshControl.tintColor = .gray
|
|
|
refreshControl.addTarget(self, action: #selector(loadListingTrash), for: .valueChanged)
|
|
|
|
|
|
// empty Data Source
|
|
@@ -130,9 +129,6 @@ class NCTrash: UIViewController, UIGestureRecognizerDelegate, NCTrashListCellDel
|
|
|
|
|
|
@objc func changeTheming() {
|
|
|
appDelegate.changeTheming(self, tableView: nil, collectionView: collectionView, form: false)
|
|
|
-
|
|
|
- refreshControl.tintColor = NCBrandColor.sharedInstance.brandText
|
|
|
- refreshControl.backgroundColor = NCBrandColor.sharedInstance.brandElement
|
|
|
}
|
|
|
|
|
|
// MARK: DZNEmpty
|