Updated on 2026-08-14
This commit is contained in:
parent
282ab7a56a
commit
922b197172
27 changed files with 90 additions and 4 deletions
|
|
@ -122,7 +122,8 @@ internal class ExpressStatusFactory @AssistedInject constructor(
|
|||
val analyticEvents = when (expressState) {
|
||||
is ExchangeUM -> listOfNotNull(
|
||||
TokenExchangeAnalyticsEvent.CexTxStatusOpened(
|
||||
cryptoCurrency.symbol,
|
||||
token = cryptoCurrency.symbol,
|
||||
provider = expressState.provider.name,
|
||||
),
|
||||
maybeGetLongTimeExchangeNotificationShowEvent(
|
||||
expressState = expressState,
|
||||
|
|
|
|||
|
|
@ -118,7 +118,8 @@ internal class TokenDetailsExpressStatusFactory @AssistedInject constructor(
|
|||
val analyticEvents = when (expressState) {
|
||||
is ExchangeUM -> listOfNotNull(
|
||||
TokenExchangeAnalyticsEvent.CexTxStatusOpened(
|
||||
cryptoCurrency.symbol,
|
||||
token = cryptoCurrency.symbol,
|
||||
provider = expressState.provider.name,
|
||||
),
|
||||
maybeGetLongTimeExchangeNotificationShowEvent(
|
||||
expressState = expressState,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue