marinofaggiana 4 年之前
父節點
當前提交
25bea18387
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      iOSClient/Media/NCMedia.swift

+ 1 - 1
iOSClient/Media/NCMedia.swift

@@ -649,7 +649,7 @@ extension NCMedia {
         self.reloadDataSourceWithCompletion { }
     }
     
-    private func reloadDataSourceWithCompletion(_ completion: @escaping () -> Void) {
+    @objc func reloadDataSourceWithCompletion(_ completion: @escaping () -> Void) {
         
         if (appDelegate.account == nil || appDelegate.account.count == 0 || appDelegate.maintenanceMode == true) { return }