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

@ -179,6 +179,9 @@ internal class UpgradeWalletModel @Inject constructor(
title = resourceReference(id = R.string.alert_button_request_support),
onClick = {
modelScope.launch {
analyticsEventHandler.send(
Basic.ButtonSupport(source = AnalyticsParam.ScreensSources.Upgrade),
)
sendFeedbackEmailUseCase(type = FeedbackEmailType.CardAttestationFailed)
}
},