Fix typo — send correct notification on account finishing refresh.

This commit is contained in:
Brent Simmons 2017-10-07 18:31:34 -07:00
parent ade76d6405
commit d8e723db46
1 changed files with 1 additions and 1 deletions

View File

@ -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)
}
}
}