mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-07 03:07:25 +01:00
Fix source SearchView stuck open until query submitted (#4897)
closes #4850
This commit is contained in:
parent
356b7c346a
commit
60a929b92c
@ -269,6 +269,7 @@ open class BrowseSourceController(bundle: Bundle) :
|
||||
if (router.backstackSize >= 2 && router.backstack[router.backstackSize - 2].controller() is GlobalSearchController) {
|
||||
router.popController(this)
|
||||
} else {
|
||||
nonSubmittedQuery = ""
|
||||
searchWithQuery("")
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user