marinofaggiana 4 년 전
부모
커밋
84a3e63733
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      iOSClient/Main/Collection/NCCollectionViewCommon.swift

+ 1 - 1
iOSClient/Main/Collection/NCCollectionViewCommon.swift

@@ -218,7 +218,7 @@ class NCCollectionViewCommon: UIViewController, UIGestureRecognizerDelegate, UIS
     @objc func changeStatusFolderE2EE(_ notification: NSNotification) {
         if self.view?.window == nil { return }
         
-        reloadDataSource()
+        reloadDataSourceNetwork(forced: true)
     }
     
     @objc func deleteFile(_ notification: NSNotification) {