diff --git a/iOSClient/Networking/NCNetworking+Download.swift b/iOSClient/Networking/NCNetworking+Download.swift index 9f459e484c..1889fe83ed 100644 --- a/iOSClient/Networking/NCNetworking+Download.swift +++ b/iOSClient/Networking/NCNetworking+Download.swift @@ -327,5 +327,10 @@ extension NCNetworking { selector: NCGlobal.shared.selectorSynchronizationOffline) } } + + // Reload data sorce + await NCNetworking.shared.transferDispatcher.notifyAllDelegates { delegate in + delegate.transferReloadDataSource(serverUrl: metadata.serverUrl, requestData: false, status: nil) + } } }