Dismiss the search bar if next unread takes us out of the search timeline. Issue #1722
This commit is contained in:
parent
76aa603874
commit
b292ea97fc
|
@ -905,7 +905,11 @@ class SceneCoordinator: NSObject, UndoableCommandRunner, UnreadCountProvider {
|
|||
activityManager.selectingNextUnread()
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
if self.isSearching {
|
||||
self.masterTimelineViewController?.hideSearch()
|
||||
}
|
||||
|
||||
selectNextUnreadFeed() {
|
||||
if self.selectNextUnreadArticleInTimeline() {
|
||||
self.activityManager.selectingNextUnread()
|
||||
|
|
Loading…
Reference in New Issue