Updated on 2026-08-14

This commit is contained in:
Tangem 2025-12-17 19:10:58 +05:00
parent 46c112eca8
commit ed89b4bcd0
8 changed files with 37 additions and 11 deletions

View file

@ -36,6 +36,7 @@ class CardContextInterceptor(
is SignIn.ScreenOpened,
is SignIn.ButtonAddWallet,
-> false
is SignIn.ErrorBiometricUpdated -> !event.isFromUnlockAll
else -> true
}
}

View file

@ -19,6 +19,7 @@ class HotWalletContextInterceptor(
is SignIn.ButtonUnlockAllWithBiometric,
is IntroductionProcess.ButtonScanCard,
-> false
is SignIn.ErrorBiometricUpdated -> !event.isFromUnlockAll
else -> true
}
}