Updated on 2026-08-14
This commit is contained in:
parent
fa41036fca
commit
de6b0af228
18 changed files with 147 additions and 90 deletions
|
|
@ -88,7 +88,7 @@ internal class SaveWalletMiddleware {
|
|||
scope.launch {
|
||||
val userWallet = UserWalletBuilder(scanResponse)
|
||||
.backupCardsIds(state.backupInfo?.backupCardsIds)
|
||||
.build()
|
||||
.build() ?: return@launch
|
||||
|
||||
val isFirstSavedWallet = !userWalletsListManager.hasSavedUserWallets
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue