diff --git a/iOS/MasterTimeline/MasterTimelineViewController.swift b/iOS/MasterTimeline/MasterTimelineViewController.swift index 456f336c7..caa31ba77 100644 --- a/iOS/MasterTimeline/MasterTimelineViewController.swift +++ b/iOS/MasterTimeline/MasterTimelineViewController.swift @@ -108,7 +108,10 @@ class MasterTimelineViewController: ProgressTableViewController, UndoableCommand } self?.runCommand(markReadCommand) + self?.navigationController?.popViewController(animated: true) + } + alertController.addAction(markAction) present(alertController, animated: true)