Updated on 2026-08-14
This commit is contained in:
parent
930ffd3261
commit
e644ff7c96
19 changed files with 87 additions and 57 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue