Updated on 2026-08-14
This commit is contained in:
parent
39f385d4ba
commit
ca9e191cb8
7 changed files with 2 additions and 11 deletions
|
|
@ -332,7 +332,7 @@ internal class DefaultUserWalletsListRepository(
|
|||
|
||||
sensitiveInformationRepository.getAll(allKeys)
|
||||
.doOnSuccess { sensitiveInfo ->
|
||||
updateWallets { userWallets.updateWith(sensitiveInfo) }
|
||||
updateWallets { wallets -> wallets?.updateWith(sensitiveInfo) }
|
||||
}
|
||||
.doOnFailure { raise(UnlockWalletError.UnableToUnlock) }
|
||||
}
|
||||
|
|
|
|||
|
|
@ -572,7 +572,6 @@ internal class ChildFactory @Inject constructor(
|
|||
context = context,
|
||||
params = UpdateAccessCodeComponent.Params(
|
||||
userWalletId = route.userWalletId,
|
||||
isFirstSetup = route.isFirstSetup,
|
||||
),
|
||||
componentFactory = updateAccessCodeComponentFactory,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue