Fix smart search not allowing you to back-out

(cherry picked from commit 76d852313d14536ac08487105104ab3b9a98d106)
This commit is contained in:
Jobobby04 2023-03-16 17:44:13 -04:00
parent 6ed4b79746
commit 8ec0bb9c8f

View File

@ -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,