Fix typo that was causing unread counts to go missing.

This commit is contained in:
Maurice Parker 2019-04-28 12:52:40 -05:00
parent 38a3cde8a6
commit c4c67dec6e
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ class MasterFeedViewController: ProgressTableViewController, UndoableCommandRunn
return
}
guard let node = navState.rootNode.childNodeRepresentingObject(representedObject as AnyObject),
guard let node = navState.rootNode.descendantNodeRepresentingObject(representedObject as AnyObject),
let indexPath = navState.indexPathFor(node) else {
return
}