Updated on 2026-08-14

This commit is contained in:
Tangem 2024-02-08 16:02:12 +03:00
parent 5d5e5038dd
commit b0cfaa4a86

View file

@ -227,6 +227,8 @@ internal class WalletWarningsClickIntentsImplementer @Inject constructor(
class DerivationData(val derivations: Pair<ByteArrayKey, List<DerivationPath>>)
override fun onOpenUnlockWalletsBottomSheetClick() {
analyticsEventHandler.send(MainScreen.WalletUnlockTapped)
val config = requireNotNull(stateHolder.getSelectedWallet().bottomSheetConfig) {
"Impossible to open unlock wallet bottom sheet if it's null"
}