Updated on 2026-08-14
This commit is contained in:
parent
a34cb0687c
commit
e65d8a0581
10 changed files with 62 additions and 47 deletions
|
|
@ -63,6 +63,4 @@ sealed class WalletScreenAnalyticsEvent {
|
|||
object NoticeWalletLocked : MainScreen(event = "Notice - Wallet Locked")
|
||||
object WalletUnlockTapped : MainScreen(event = "Button - Wallet Unlock Tapped")
|
||||
}
|
||||
|
||||
object SwapPromo : AnalyticsEvent(category = "Swap Promo", event = "Button - Close")
|
||||
}
|
||||
|
|
@ -779,7 +779,6 @@ internal class WalletViewModel @Inject constructor(
|
|||
override fun onCloseSwapPromoNotificationClick() {
|
||||
viewModelScope.launch(dispatchers.main) {
|
||||
shouldShowSwapPromoWalletUseCase.neverToShow()
|
||||
analyticsEventsHandler.send(WalletScreenAnalyticsEvent.SwapPromo)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue