Fix source SearchView stuck open until query submitted (#4897)
closes #4850
(cherry picked from commit 60a929b92c)
This commit is contained in:
+1
@@ -412,6 +412,7 @@ open class BrowseSourceController(bundle: Bundle) :
|
||||
if (router.backstackSize >= 2 && router.backstack[router.backstackSize - 2].controller() is GlobalSearchController) {
|
||||
router.popController(this)
|
||||
} else {
|
||||
nonSubmittedQuery = ""
|
||||
searchWithQuery("")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user