Pass listing query to BrowseSourceScreen (#8763)

# Conflicts:
#	app/src/main/java/eu/kanade/presentation/browse/SourcesScreen.kt
#	app/src/main/java/eu/kanade/tachiyomi/ui/browse/source/SourcesTab.kt
#	app/src/main/java/eu/kanade/tachiyomi/ui/browse/source/browse/BrowseSourceScreen.kt
#	app/src/main/java/eu/kanade/tachiyomi/ui/browse/source/browse/BrowseSourceScreenModel.kt
This commit is contained in:
stevenyomi
2022-12-17 23:19:43 -05:00
committed by Jobobby04
parent a6d0031462
commit f02d41051e
10 changed files with 71 additions and 63 deletions
@@ -52,7 +52,7 @@ class SmartSearchScreen(private val sourceId: Long, private val smartSearchConfi
navigator.push(
BrowseSourceScreen(
sourceId = screenModel.source.id,
query = smartSearchConfig.origTitle,
listingQuery = smartSearchConfig.origTitle,
smartSearchConfig = smartSearchConfig,
),
)