Reimplement Mark All as Read toolbar item

This commit is contained in:
Maurice Parker
2020-07-25 16:19:22 -05:00
parent d28a672378
commit 8b1aa3e88a
2 changed files with 15 additions and 8 deletions

View File

@@ -63,7 +63,7 @@ final class SceneModel: ObservableObject {
/// Marks all the articles in the Timeline as read
func markAllAsRead() {
// timelineModel.markAllAsRead()
timelineModel.markAllAsReadSubject.send()
}
/// Toggles the read status for the selected articles