Updated on 2026-08-14
This commit is contained in:
parent
4d39c744a7
commit
2d79953060
6 changed files with 48 additions and 29 deletions
|
|
@ -178,7 +178,7 @@ internal class WalletWarningsClickIntentsImplementor @Inject constructor(
|
|||
.onLeft {
|
||||
val selectedUserWallet = getSelectedUserWallet() ?: return@onLeft
|
||||
val method = when (selectedUserWallet) {
|
||||
is UserWallet.Cold -> UserWalletsListRepository.UnlockMethod.Scan
|
||||
is UserWallet.Cold -> UserWalletsListRepository.UnlockMethod.Scan()
|
||||
is UserWallet.Hot -> UserWalletsListRepository.UnlockMethod.AccessCode
|
||||
}
|
||||
userWalletsListRepository.unlock(stateHolder.getSelectedWalletId(), method)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue