mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-21 12:35:52 +03:00
Add method to insert new sync action in FileProviderExt
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
This commit is contained in:
parent
885d9f3566
commit
3e6b20713e
1 changed files with 6 additions and 0 deletions
|
@ -70,6 +70,12 @@ import OSLog
|
|||
)
|
||||
}
|
||||
|
||||
func insertSyncAction(_ actionId: UUID) {
|
||||
let oldActions = syncActions
|
||||
syncActions.insert(actionId)
|
||||
updatedSyncStateReporting(oldActions: oldActions)
|
||||
}
|
||||
|
||||
// MARK: - NSFileProviderReplicatedExtension protocol methods
|
||||
|
||||
func item(
|
||||
|
|
Loading…
Reference in a new issue