From d8e723db46452e16d9ee732c42d1bde9bbfdc755 Mon Sep 17 00:00:00 2001 From: Brent Simmons Date: Sat, 7 Oct 2017 18:31:34 -0700 Subject: [PATCH] =?UTF-8?q?Fix=20typo=20=E2=80=94=20send=20correct=20notif?= =?UTF-8?q?ication=20on=20account=20finishing=20refresh.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Frameworks/Account/Account.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) } } }