Fix bug where clean up shortcut wouldn't clear articles if wrong setting was off.

This commit is contained in:
Maurice Parker
2020-03-24 16:00:01 -05:00
parent a6e75df412
commit d615a0a894
4 changed files with 6 additions and 6 deletions

View File

@@ -91,7 +91,7 @@ class RootSplitViewController: UISplitViewController {
}
@objc func cleanUp(_ sender: Any?) {
coordinator.cleanUp()
coordinator.cleanUp(conditional: false)
}
@objc func toggleReadFeedsFilter(_ sender: Any?) {