diff --git a/Frameworks/Account/Account.swift b/Frameworks/Account/Account.swift index de98b328c..87ded4d0f 100644 --- a/Frameworks/Account/Account.swift +++ b/Frameworks/Account/Account.swift @@ -1290,8 +1290,11 @@ private extension Account { self.fetchingAllUnreadCounts = false self.updateUnreadCount() - self.isUnreadCountsInitialized = true - self.postUnreadCountDidInitializeNotification() + + if !self.isUnreadCountsInitialized { + self.isUnreadCountsInitialized = true + self.postUnreadCountDidInitializeNotification() + } } operationQueue.addOperation(operation)