Fix issue where moving from account to folder and the network is unavailable caused feeds to be lost.
This commit is contained in:
parent
87512a64a5
commit
b759237fc1
|
@ -252,6 +252,8 @@ private extension SidebarOutlineDataSource {
|
|||
case .success:
|
||||
break
|
||||
case .failure(let error):
|
||||
// If the second part of the move failed, try to put the feed back
|
||||
source?.addFeed(feed) { result in}
|
||||
NSApplication.shared.presentError(error)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue