From 0ac9abdd52bbbb5646d7f3d32270b6fba0a80d75 Mon Sep 17 00:00:00 2001 From: Maurice Parker Date: Tue, 25 Jun 2019 17:39:07 -0500 Subject: [PATCH] Navigate back to feeds after marking all as read --- iOS/MasterTimeline/MasterTimelineViewController.swift | 3 +++ 1 file changed, 3 insertions(+) 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)