Skip to content

Commit

Permalink
Remove fp domain id from registered domains when removal is confirmed
Browse files Browse the repository at this point in the history
Signed-off-by: Claudio Cambra <[email protected]>
  • Loading branch information
claucambra committed Sep 6, 2023
1 parent ef8c7f8 commit 1e1baca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/gui/macOS/fileproviderdomainmanager_mac.mm
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,8 @@ void removeFileProviderDomain(const AccountState * const accountState)

NSFileProviderDomain * const domain = _registeredDomains.take(domainId);
[domain release];

_registeredDomains.remove(domainId);
}];
}
}
Expand Down

0 comments on commit 1e1baca

Please sign in to comment.