marinofaggiana 4 жил өмнө
parent
commit
77bb3fb247

+ 1 - 1
iOSClient/Main/Colleaction Common/NCCollectionViewCommon.swift

@@ -284,7 +284,7 @@ class NCCollectionViewCommon: UIViewController, UIGestureRecognizerDelegate, UIS
                 if onlyLocal {
                     reloadDataSource()
                 } else if metadata.fileNameView.lowercased() == k_fileNameRichWorkspace.lowercased() {
-                    reloadDataSourceNetwork()
+                    reloadDataSourceNetwork(forced: true)
                 } else {
                     if let row = dataSource.deleteMetadata(ocId: metadata.ocId) {
                         let indexPath = IndexPath(row: row, section: 0)