Replace “Mark Older as Read” actions with “Mark Above/Below as Read” actions

This commit is contained in:
Martin Hartl
2020-01-03 08:16:55 +01:00
parent e26a00ddfe
commit 5ee491ebee
5 changed files with 100 additions and 27 deletions

View File

@@ -54,8 +54,8 @@ class RootSplitViewController: UISplitViewController {
coordinator.selectNextUnread()
}
@objc func markOlderArticlesAsRead(_ sender: Any?) {
coordinator.markAsReadOlderArticlesInTimeline()
@objc func markBelowAsRead(_ sender: Any?) {
coordinator.markBelowAsRead()
}
@objc func markUnread(_ sender: Any?) {