diff --git a/iOS/SceneCoordinator.swift b/iOS/SceneCoordinator.swift index edb8f31e3..7bc4b4037 100644 --- a/iOS/SceneCoordinator.swift +++ b/iOS/SceneCoordinator.swift @@ -436,7 +436,7 @@ class SceneCoordinator: NSObject, UndoableCommandRunner, UnreadCountProvider { guard notification.object is AccountManager else { return } - rebuildBackingStores() + rebuildBackingStores(initialLoad: true) treeControllerDelegate.resetFilterExceptions() }