diff --git a/Frameworks/Account/Account.swift b/Frameworks/Account/Account.swift index 7aa3f7c4c..c8c826ef4 100644 --- a/Frameworks/Account/Account.swift +++ b/Frameworks/Account/Account.swift @@ -78,7 +78,6 @@ public final class Account: DisplayNameProvider, UnreadCountProvider, Container, didSet { if unreadCount != oldValue { postUnreadCountDidChangeNotification() - settingsTable.set(unreadCount, name: SettingsKey.unreadCount) } } }