Change animation for apply filter on load.

This commit is contained in:
Maurice Parker 2019-11-27 20:08:03 -06:00
parent 219b5a89ba
commit a458c8cc8b
1 changed files with 1 additions and 1 deletions

View File

@ -424,7 +424,7 @@ class SceneCoordinator: NSObject, UndoableCommandRunner, UnreadCountProvider {
return return
} }
if isReadFeedsFiltered { if isReadFeedsFiltered {
rebuildBackingStores(initialLoad: true) rebuildBackingStores()
} }
} }