Skip to content

Commit f7bd1ae

Browse files
Delete
Signed-off-by: Marino Faggiana <marino.faggiana@nextcloud.com>
1 parent 599df0c commit f7bd1ae

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

iOSClient/Extensions/UIAlertController+Extension.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ extension UIAlertController {
100100

101101
NCManageDatabase.shared.addMetadata(metadata)
102102

103+
// START Network process
103104
NotificationCenter.default.postOnGlobal(name: NCGlobal.shared.notificationCenterNetworkProcess, second: 0.1)
104105
#endif
105106
}

iOSClient/Networking/NCNetworking+WebDAV.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -464,6 +464,9 @@ extension NCNetworking {
464464
serverUrlss.forEach { serverUrl in
465465
delegate.transferReloadDataSource(serverUrl: serverUrl, requestData: false, status: self.global.metadataStatusWaitDelete)
466466
}
467+
468+
// START Network process
469+
NotificationCenter.default.postOnGlobal(name: NCGlobal.shared.notificationCenterNetworkProcess, second: 0.1)
467470
}
468471
}
469472
}

0 commit comments

Comments
 (0)