Updated on 2026-08-14

This commit is contained in:
Tangem 2025-09-12 12:36:52 +03:00
parent e3ec61bc4b
commit 8b9642ba7e
4 changed files with 8 additions and 6 deletions

View file

@ -104,6 +104,7 @@ class DefaultHotWalletAccessor @Inject constructor(
return runCatchingSdkErrors(hotWalletId, auth) {
block(UnlockHotWallet(hotWalletId, it)).also {
hotWalletPasswordRequester.successfulAuthentication()
hotWalletPasswordRequester.dismiss()
}
}