Fix typo that was causing unread counts to go missing.
This commit is contained in:
parent
38a3cde8a6
commit
c4c67dec6e
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue