Don't animate the Feeds rebuild when responding to the initial unread count initialization. Fixes #2985

This commit is contained in:
Maurice Parker 2021-06-15 16:35:29 -05:00
parent e4b837b614
commit b27be9c8ea
1 changed files with 1 additions and 1 deletions

View File

@ -436,7 +436,7 @@ class SceneCoordinator: NSObject, UndoableCommandRunner, UnreadCountProvider {
guard notification.object is AccountManager else {
return
}
rebuildBackingStores()
rebuildBackingStores(initialLoad: true)
treeControllerDelegate.resetFilterExceptions()
}