Fix smart search not allowing you to back-out

This commit is contained in:
Jobobby04 2023-03-16 17:44:13 -04:00
parent 28f3c4f4c6
commit 76d852313d

View File

@ -52,7 +52,7 @@ class SmartSearchScreen(
} else {
context.toast(R.string.automatic_search_error)
}
navigator.push(
navigator.replace(
BrowseSourceScreen(
sourceId = screenModel.source.id,
listingQuery = smartSearchConfig.origTitle,