Always clear selection on viewWillAppear

This commit is contained in:
Phil Viso 2019-05-19 18:39:15 -05:00
parent 02a7130415
commit 8c28160f91
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ class MasterFeedViewController: ProgressTableViewController, UndoableCommandRunn
}
override func viewWillAppear(_ animated: Bool) {
clearsSelectionOnViewWillAppear = splitViewController!.isCollapsed
clearsSelectionOnViewWillAppear = true
navigationController?.title = NSLocalizedString("Feeds", comment: "Feeds")
super.viewWillAppear(animated)
}