diff --git a/Frameworks/Account/Account.swift b/Frameworks/Account/Account.swift index e9a53767a..71b032f84 100644 --- a/Frameworks/Account/Account.swift +++ b/Frameworks/Account/Account.swift @@ -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) } } }