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