فهرست منبع

fix clear data source after decode metadata

Marino Faggiana 7 سال پیش
والد
کامیت
c52e587d27
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 2 1
      iOSClient/Security/NCEntoToEndInterface.swift

+ 2 - 1
iOSClient/Security/NCEntoToEndInterface.swift

@@ -439,7 +439,8 @@ class NCEntoToEndInterface : NSObject, OCNetworkingDelegate  {
             return
         }
 
-        // Reload data source
+        // Clear all date directory and reload data source
+        NCManageDatabase.sharedInstance.setClearAllDateReadDirectory()
         main.reloadDatasource(serverUrl)
     }