Fix smart search not allowing you to back-out
(cherry picked from commit 76d852313d)
This commit is contained in:
parent
6ed4b79746
commit
8ec0bb9c8f
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ class SmartSearchScreen(private val sourceId: Long, private val smartSearchConfi
|
|||
} else {
|
||||
context.toast(R.string.automatic_search_error)
|
||||
}
|
||||
navigator.push(
|
||||
navigator.replace(
|
||||
BrowseSourceScreen(
|
||||
sourceId = screenModel.source.id,
|
||||
listingQuery = smartSearchConfig.origTitle,
|
||||
|
|
|
|||
Loading…
Reference in a new issue