Updated on 2026-08-14
This commit is contained in:
parent
63698bed23
commit
189cb19ff2
4 changed files with 138 additions and 6 deletions
|
|
@ -1,9 +1,9 @@
|
|||
package com.tangem.tap.di.domain
|
||||
|
||||
import com.tangem.core.analytics.api.AnalyticsEventHandler
|
||||
import com.tangem.domain.account.repository.AccountsCRUDRepository
|
||||
import com.tangem.domain.common.wallets.UserWalletsListRepository
|
||||
import com.tangem.domain.redux.ReduxStateHolder
|
||||
import com.tangem.domain.tokens.repository.CurrenciesRepository
|
||||
import com.tangem.domain.transaction.WalletAddressServiceRepository
|
||||
import com.tangem.domain.transaction.usecase.ParseSharedAddressUseCase
|
||||
import com.tangem.domain.transaction.usecase.ValidateWalletAddressUseCase
|
||||
|
|
@ -272,11 +272,11 @@ internal object WalletsDomainModule {
|
|||
@Singleton
|
||||
fun providesSetNotificationsEnabledUseCase(
|
||||
walletsRepository: WalletsRepository,
|
||||
currenciesRepository: CurrenciesRepository,
|
||||
accountsCRUDRepository: AccountsCRUDRepository,
|
||||
): SetNotificationsEnabledUseCase {
|
||||
return SetNotificationsEnabledUseCase(
|
||||
walletsRepository = walletsRepository,
|
||||
currenciesRepository = currenciesRepository,
|
||||
accountsCRUDRepository = accountsCRUDRepository,
|
||||
)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue