From 2e7bb5b752e008bda2a1a1c606fe7c76f69201c2 Mon Sep 17 00:00:00 2001 From: Maurice Parker Date: Tue, 24 Aug 2021 17:56:36 -0500 Subject: [PATCH] Remove optimization that was preventing selection changes from rebuilding the sidebar. --- iOS/SceneCoordinator.swift | 2 -- 1 file changed, 2 deletions(-) diff --git a/iOS/SceneCoordinator.swift b/iOS/SceneCoordinator.swift index 43ebb3c32..278097ee7 100644 --- a/iOS/SceneCoordinator.swift +++ b/iOS/SceneCoordinator.swift @@ -445,8 +445,6 @@ class SceneCoordinator: NSObject, UndoableCommandRunner, UnreadCountProvider { return } - guard note.object is Feed else { return } - queueRebuildBackingStores() }