Navigate back to feeds after marking all as read

This commit is contained in:
Maurice Parker 2019-06-25 17:39:07 -05:00
parent aff14b19ee
commit 0ac9abdd52
1 changed files with 3 additions and 0 deletions

View File

@ -108,7 +108,10 @@ class MasterTimelineViewController: ProgressTableViewController, UndoableCommand
}
self?.runCommand(markReadCommand)
self?.navigationController?.popViewController(animated: true)
}
alertController.addAction(markAction)
present(alertController, animated: true)