From b0cfaa4a86b6aa7226df4a56e9bfadc311dee52d Mon Sep 17 00:00:00 2001 From: Tangem Date: Thu, 8 Feb 2024 16:02:12 +0300 Subject: [PATCH] Updated on 2026-08-14 --- .../wallet/viewmodels/intents/WalletWarningsClickIntents.kt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/features/wallet/impl/src/main/java/com/tangem/feature/wallet/presentation/wallet/viewmodels/intents/WalletWarningsClickIntents.kt b/features/wallet/impl/src/main/java/com/tangem/feature/wallet/presentation/wallet/viewmodels/intents/WalletWarningsClickIntents.kt index a9c4287571..0a32e8454a 100644 --- a/features/wallet/impl/src/main/java/com/tangem/feature/wallet/presentation/wallet/viewmodels/intents/WalletWarningsClickIntents.kt +++ b/features/wallet/impl/src/main/java/com/tangem/feature/wallet/presentation/wallet/viewmodels/intents/WalletWarningsClickIntents.kt @@ -227,6 +227,8 @@ internal class WalletWarningsClickIntentsImplementer @Inject constructor( class DerivationData(val derivations: Pair>) override fun onOpenUnlockWalletsBottomSheetClick() { + analyticsEventHandler.send(MainScreen.WalletUnlockTapped) + val config = requireNotNull(stateHolder.getSelectedWallet().bottomSheetConfig) { "Impossible to open unlock wallet bottom sheet if it's null" }