Merge branch 'feature/tracker_categories' into devel

This commit is contained in:
Koitharu
2022-05-07 15:06:30 +03:00
54 changed files with 594 additions and 135 deletions

View File

@@ -13,8 +13,7 @@ import org.koitharu.kotatsu.search.ui.suggestion.SearchSuggestionViewModel
val searchModule
get() = module {
single { MangaSearchRepository(get(), get(), androidContext(), get()) }
factory { MangaSearchRepository(get(), get(), androidContext(), get()) }
factory { MangaSuggestionsProvider.createSuggestions(androidContext()) }
viewModel { params ->