mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Fix typo — send correct notification on account finishing refresh.
This commit is contained in:
@@ -70,7 +70,7 @@ public final class Account: DisplayNameProvider, Hashable {
|
||||
NotificationCenter.default.post(name: .AccountRefreshDidBegin, object: self)
|
||||
}
|
||||
else {
|
||||
NotificationCenter.default.post(name: .AccountRefreshProgressDidChange, object: self)
|
||||
NotificationCenter.default.post(name: .AccountRefreshDidFinish, object: self)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user