|
@@ -118,6 +118,7 @@ class NCCollectionViewCommon: UIViewController, UIGestureRecognizerDelegate, UIS
|
|
|
|
|
|
collectionView.addSubview(refreshControl)
|
|
collectionView.addSubview(refreshControl)
|
|
refreshControl.action(for: .valueChanged) { _ in
|
|
refreshControl.action(for: .valueChanged) { _ in
|
|
|
|
+ self.dataSource.clearDataSource()
|
|
self.reloadDataSourceNetwork(forced: true)
|
|
self.reloadDataSourceNetwork(forced: true)
|
|
}
|
|
}
|
|
|
|
|