Updated on 2026-08-14
This commit is contained in:
parent
645ff10ede
commit
b76f6d4ae7
18 changed files with 240 additions and 62 deletions
|
|
@ -90,7 +90,7 @@ internal class SaveWalletMiddleware {
|
|||
.backupCardsIds(state.backupInfo?.backupCardsIds)
|
||||
.build() ?: return@launch
|
||||
|
||||
val isFirstSavedWallet = !userWalletsListManager.hasSavedUserWallets
|
||||
val isFirstSavedWallet = !userWalletsListManager.hasUserWallets
|
||||
|
||||
saveAccessCodeIfNeeded(state.backupInfo?.accessCode, userWallet.cardsInWallet)
|
||||
.flatMap { userWalletsListManager.save(userWallet, canOverride = true) }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue