Updated on 2026-08-14
This commit is contained in:
parent
054a7f982f
commit
a7ab7abbfb
23 changed files with 165 additions and 30 deletions
|
|
@ -358,6 +358,7 @@ internal class WalletCurrencyActionsClickIntentsImplementor @Inject constructor(
|
|||
AppRoute.Swap(
|
||||
currencyFrom = cryptoCurrencyStatus.currency,
|
||||
userWalletId = userWalletId,
|
||||
screenSource = AnalyticsParam.ScreensSources.LongTap.value,
|
||||
),
|
||||
)
|
||||
}
|
||||
|
|
@ -617,6 +618,7 @@ internal class WalletCurrencyActionsClickIntentsImplementor @Inject constructor(
|
|||
AppRoute.Stories(
|
||||
storyId = StoryContentIds.STORY_FIRST_TIME_SWAP.id,
|
||||
nextScreen = targetRoute,
|
||||
screenSource = AnalyticsParam.ScreensSources.Main.value,
|
||||
)
|
||||
} else {
|
||||
targetRoute
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue