Updated on 2026-08-14

This commit is contained in:
Tangem 2025-11-21 15:10:10 +05:00
parent 39f385d4ba
commit ca9e191cb8
7 changed files with 2 additions and 11 deletions

View file

@ -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) }
}

View file

@ -572,7 +572,6 @@ internal class ChildFactory @Inject constructor(
context = context,
params = UpdateAccessCodeComponent.Params(
userWalletId = route.userWalletId,
isFirstSetup = route.isFirstSetup,
),
componentFactory = updateAccessCodeComponentFactory,
)