marinofaggiana 4 years ago
parent
commit
90a24154c0
1 changed files with 2 additions and 0 deletions
  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)