Navigate back to feeds after marking all as read
This commit is contained in:
parent
aff14b19ee
commit
0ac9abdd52
|
@ -108,7 +108,10 @@ class MasterTimelineViewController: ProgressTableViewController, UndoableCommand
|
|||
}
|
||||
self?.runCommand(markReadCommand)
|
||||
|
||||
self?.navigationController?.popViewController(animated: true)
|
||||
|
||||
}
|
||||
|
||||
alertController.addAction(markAction)
|
||||
|
||||
present(alertController, animated: true)
|
||||
|
|
Loading…
Reference in New Issue