marinofaggiana 4 år sedan
förälder
incheckning
25bea18387
1 ändrade filer med 1 tillägg och 1 borttagningar
  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 }