Updated on 2026-08-14

This commit is contained in:
Tangem 2025-09-23 11:30:30 +03:00
parent 930ffd3261
commit e644ff7c96
19 changed files with 87 additions and 57 deletions

View file

@ -261,6 +261,9 @@ internal class StakingModel @Inject constructor(
return@launch
}
isInitialInfoStep && noBalanceState && !isAccountInitialized -> {
analyticsEventHandler.send(StakingAnalyticsEvent.UnitializedAddress(
token = cryptoCurrencyStatus.currency.symbol,
),)
stakingEventFactory.createInitializeAccountAlert()
return@launch
}