Fix smart search not allowing you to back-out
This commit is contained in:
parent
28f3c4f4c6
commit
76d852313d
@ -52,7 +52,7 @@ class SmartSearchScreen(
|
|||||||
} 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