mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-01-09 00:13:45 +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,10 +404,12 @@ class SceneCoordinator: NSObject, UndoableCommandRunner, UnreadCountProvider {
|
||||
}
|
||||
|
||||
func selectFirstUnreadInAllUnread() {
|
||||
selectFeed(IndexPath(row: 1, section: 0), animated: false) {
|
||||
masterFeedViewController.ensureSectionIsExpanded(0) {
|
||||
self.selectFeed(IndexPath(row: 1, section: 0), animated: false) {
|
||||
self.selectFirstUnreadArticleInTimeline()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
func showSearch() {
|
||||
selectFeed(nil, animated: false) {
|
||||
|
Loading…
Reference in New Issue
Block a user