@@ -112,9 +112,7 @@ class NCFavorite: NCCollectionViewCommon {
self.refreshControl.endRefreshing()
self.isReloadDataSourceNetworkInProgress = false
- if metadatasUpdate?.count ?? 0 > 0 {
- self.reloadDataSource()
- }
+ self.reloadDataSource()
}
@@ -105,9 +105,7 @@ class NCFiles: NCCollectionViewCommon {
@@ -110,9 +110,7 @@ class NCOffline: NCCollectionViewCommon {