Updated on 2026-08-14
This commit is contained in:
parent
282ab7a56a
commit
922b197172
27 changed files with 90 additions and 4 deletions
|
|
@ -1648,6 +1648,7 @@ internal class SwapModel @Inject constructor(
|
|||
providerName = dataState.selectedProvider?.name.orEmpty(),
|
||||
txId = txId,
|
||||
)
|
||||
analyticsEventHandler.send(Basic.ButtonSupport(source = ScreensSources.Swap))
|
||||
sendFeedbackEmailUseCase(email)
|
||||
}
|
||||
}
|
||||
|
|
@ -2179,6 +2180,7 @@ internal class SwapModel @Inject constructor(
|
|||
txId = transaction?.txId.orEmpty(),
|
||||
)
|
||||
|
||||
analyticsEventHandler.send(Basic.ButtonSupport(source = ScreensSources.Swap))
|
||||
sendFeedbackEmailUseCase(email)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue