mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Fix typo that was causing unread counts to go missing.
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user