mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Fix next unread and first unread timeline animations
This commit is contained in:
@@ -102,7 +102,7 @@ class MasterTimelineViewController: UITableViewController, UndoableCommandRunner
|
||||
}
|
||||
|
||||
@IBAction func firstUnread(_ sender: Any) {
|
||||
coordinator.selectNextUnread()
|
||||
coordinator.selectFirstUnread()
|
||||
}
|
||||
|
||||
// MARK: Keyboard shortcuts
|
||||
|
||||
Reference in New Issue
Block a user