Updated on 2026-08-14
This commit is contained in:
parent
eeba5c2435
commit
732452b611
2 changed files with 10 additions and 0 deletions
|
|
@ -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)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue