mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-01-05 14:27:17 +01:00
Call completion handler when there are no feeds associated with the folder being removed. Issue #938
This commit is contained in:
parent
fabea36a91
commit
e31dec7c44
@ -276,6 +276,7 @@ final class FeedbinAccountDelegate: AccountDelegate {
|
||||
// Feedbin uses tags and if at least one feed isn't tagged, then the folder doesn't exist on their system
|
||||
guard folder.hasAtLeastOneFeed() else {
|
||||
account.removeFolder(folder)
|
||||
completion(.success(()))
|
||||
return
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user