Updated modal copy. Copy update removed the need for separate versions of the modal.

This commit is contained in:
Phil Viso
2019-10-07 21:13:00 -05:00
parent b635fd4d45
commit 93ab639509
3 changed files with 8 additions and 21 deletions

View File

@@ -90,7 +90,7 @@ class MasterTimelineViewController: UITableViewController, UndoableCommandRunner
@IBAction func markAllAsRead(_ sender: Any) {
if coordinator.displayMarkAllAsReadUndoTip {
let alertController = MarkArticlesReadAlertController.timelineArticlesAlert { [weak self] _ in
let alertController = MarkArticlesReadAlertController.markAllAsReadAlert { [weak self] _ in
self?.coordinator.displayMarkAllAsReadUndoTip = false
self?.coordinator.markAllAsReadInTimeline()
}