From cc72f983378e80a52bfbc090aa005ea555ae660d Mon Sep 17 00:00:00 2001 From: Marino Faggiana Date: Wed, 1 Apr 2026 13:40:51 +0200 Subject: [PATCH] fix Signed-off-by: Marino Faggiana --- iOSClient/Networking/NCNetworking+Download.swift | 5 +++++ 1 file changed, 5 insertions(+) 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) + } } }