mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Navigate back to feeds after marking all as read
This commit is contained in:
@@ -108,7 +108,10 @@ class MasterTimelineViewController: ProgressTableViewController, UndoableCommand
|
||||
}
|
||||
self?.runCommand(markReadCommand)
|
||||
|
||||
self?.navigationController?.popViewController(animated: true)
|
||||
|
||||
}
|
||||
|
||||
alertController.addAction(markAction)
|
||||
|
||||
present(alertController, animated: true)
|
||||
|
||||
Reference in New Issue
Block a user