mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-02-09 08:39:00 +01:00
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…
x
Reference in New Issue
Block a user