mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2024-12-22 23:58:36 +01:00
Make sure that the smart feed section is expanded before selecting the all unread feed. Issue #1673
This commit is contained in:
parent
b62f80e0ea
commit
fdde6d0583
@ -404,8 +404,10 @@ class SceneCoordinator: NSObject, UndoableCommandRunner, UnreadCountProvider {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func selectFirstUnreadInAllUnread() {
|
func selectFirstUnreadInAllUnread() {
|
||||||
selectFeed(IndexPath(row: 1, section: 0), animated: false) {
|
masterFeedViewController.ensureSectionIsExpanded(0) {
|
||||||
self.selectFirstUnreadArticleInTimeline()
|
self.selectFeed(IndexPath(row: 1, section: 0), animated: false) {
|
||||||
|
self.selectFirstUnreadArticleInTimeline()
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user