Updated on 2026-08-14
This commit is contained in:
commit
5cfd66a832
2 changed files with 3 additions and 1 deletions
|
|
@ -177,6 +177,8 @@ private fun handleWalletAction(action: Action) {
|
|||
} else {
|
||||
handleFinishOnboardind(scanResponse)
|
||||
}
|
||||
|
||||
store.dispatch(BackupAction.DiscardBackup)
|
||||
}
|
||||
is OnboardingWalletAction.ResumeBackup -> {
|
||||
val newAction = when (val backupState = backupService.currentState) {
|
||||
|
|
|
|||
|
|
@ -455,7 +455,7 @@ class OnboardingWalletFragment :
|
|||
val cardIdFormatter = CardIdFormatter(CardIdDisplayFormat.LastMasked(4))
|
||||
getString(
|
||||
R.string.onboarding_subtitle_scan_backup_card_format,
|
||||
state.primaryCardId?.let { cardIdFormatter.getFormattedCardId(it) },
|
||||
cardIdFormatter.getFormattedCardId(state.backupCardIds[cardNumber - 1]),
|
||||
)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue