Updated on 2026-08-14

This commit is contained in:
Tangem 2026-07-08 14:20:04 +05:00
parent 03f702640e
commit abf6fc7d69
11 changed files with 129 additions and 11 deletions

View file

@ -125,6 +125,7 @@ internal class WalletClickIntents @Inject constructor(
}
fun onTransferClick(userWalletId: UserWalletId) {
analyticsEventHandler.send(MainScreenAnalyticsEvent.ButtonTransfer())
router.openTransfer(userWalletId)
}