Updated on 2026-08-14
This commit is contained in:
parent
bfdac6a9a8
commit
47fe92dc94
7 changed files with 61 additions and 12 deletions
|
|
@ -40,4 +40,13 @@ internal object TokensDomainModule {
|
|||
fun provideToggleTokenListSortingUseCase(dispatchers: CoroutineDispatcherProvider): ToggleTokenListSortingUseCase {
|
||||
return ToggleTokenListSortingUseCase(dispatchers)
|
||||
}
|
||||
|
||||
@Provides
|
||||
@ViewModelScoped
|
||||
fun provideApplyTokenListSortingUseCase(
|
||||
tokensRepository: TokensRepository,
|
||||
dispatchers: CoroutineDispatcherProvider,
|
||||
): ApplyTokenListSortingUseCase {
|
||||
return ApplyTokenListSortingUseCase(tokensRepository, dispatchers)
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue