Updated on 2026-08-14

This commit is contained in:
Tangem 2026-03-02 20:17:20 +05:00
parent 282ab7a56a
commit 922b197172
27 changed files with 90 additions and 4 deletions

View file

@ -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)
}
}