marinofaggiana 4 năm trước cách đây
mục cha
commit
25bea18387
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 }