Updated on 2026-08-14

This commit is contained in:
Tangem 2023-10-20 21:42:14 +08:00
parent eeba5c2435
commit 732452b611
2 changed files with 10 additions and 0 deletions

View file

@ -98,6 +98,9 @@ internal class TokenDetailsViewModel @Inject constructor(
private set
override fun onCreate(owner: LifecycleOwner) {
analyticsEventsHandler.send(
event = TokenScreenAnalyticsEvent.DetailsScreenOpened(token = cryptoCurrency.symbol),
)
updateContent()
handleBalanceHiding(owner)
}