Updated on 2026-08-14
This commit is contained in:
parent
ec989ca2d0
commit
a237c5c029
1 changed files with 0 additions and 1 deletions
|
|
@ -63,7 +63,6 @@ internal class OnboardingNoteCreateWalletModel @Inject constructor(
|
|||
when (result) {
|
||||
is CompletionResult.Success -> {
|
||||
Analytics.send(OnboardingEvent.CreateWallet.WalletCreatedSuccessfully())
|
||||
cardRepository.startCardActivation(scanResponse.card.cardId)
|
||||
createWalletAndNavigateBackWithDone(scanResponse.copy(card = result.data.card))
|
||||
}
|
||||
is CompletionResult.Failure -> _uiState.update {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue