From cd2c058ec2aacf5e9af3f353d62e1ac8b96b020a Mon Sep 17 00:00:00 2001 From: Tangem Date: Mon, 28 Jul 2025 17:07:06 +0400 Subject: [PATCH] Updated on 2026-08-14 --- .../features/walletconnect/connections/utils/WcAlertsFactory.kt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/features/walletconnect/impl/src/main/kotlin/com/tangem/features/walletconnect/connections/utils/WcAlertsFactory.kt b/features/walletconnect/impl/src/main/kotlin/com/tangem/features/walletconnect/connections/utils/WcAlertsFactory.kt index 84fe664270..192c86c846 100644 --- a/features/walletconnect/impl/src/main/kotlin/com/tangem/features/walletconnect/connections/utils/WcAlertsFactory.kt +++ b/features/walletconnect/impl/src/main/kotlin/com/tangem/features/walletconnect/connections/utils/WcAlertsFactory.kt @@ -2,6 +2,7 @@ package com.tangem.features.walletconnect.connections.utils import com.tangem.core.ui.R import com.tangem.core.ui.components.bottomsheets.message.* +import com.tangem.core.ui.components.bottomsheets.message.MessageBottomSheetUMV2.Icon.Type import com.tangem.core.ui.extensions.TextReference import com.tangem.core.ui.extensions.resourceReference import com.tangem.core.ui.extensions.wrappedList @@ -51,6 +52,7 @@ internal object WcAlertsFactory { return messageBottomSheetUM { infoBlock { icon(R.drawable.img_knight_shield_32) { + type = Type.Warning backgroundType = MessageBottomSheetUMV2.Icon.BackgroundType.Warning } title = resourceReference(R.string.security_alert_title)