marinofaggiana 4 ani în urmă
părinte
comite
90a24154c0
1 a modificat fișierele cu 2 adăugiri și 0 ștergeri
  1. 2 0
      iOSClient/Main/NCCollectionViewCommon.swift

+ 2 - 0
iOSClient/Main/NCCollectionViewCommon.swift

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