Updated on 2026-08-14

This commit is contained in:
Tangem 2024-11-10 18:25:23 +04:00
parent 96a748c904
commit a950ca16b7
8 changed files with 55 additions and 24 deletions

View file

@ -445,7 +445,7 @@ internal class WalletCurrencyActionsClickIntentsImplementor @Inject constructor(
override fun onMultiWalletSwapClick(userWalletId: UserWalletId) {
// TODO [REDACTED_JIRA]
// appRouter.push(route = AppRoute.SwapCrypto(userWalletId = userWalletId))
appRouter.push(route = AppRoute.SwapCrypto(userWalletId = userWalletId))
}
override fun onMultiWalletBuyClick(userWalletId: UserWalletId) {