Fix typo — send correct notification on account finishing refresh.
This commit is contained in:
parent
ade76d6405
commit
d8e723db46
|
@ -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)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue