Don't animate the Feeds rebuild when responding to the initial unread count initialization. Fixes #2985
This commit is contained in:
parent
e4b837b614
commit
b27be9c8ea
@ -436,7 +436,7 @@ class SceneCoordinator: NSObject, UndoableCommandRunner, UnreadCountProvider {
|
||||
guard notification.object is AccountManager else {
|
||||
return
|
||||
}
|
||||
rebuildBackingStores()
|
||||
rebuildBackingStores(initialLoad: true)
|
||||
treeControllerDelegate.resetFilterExceptions()
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user