From 7975a65e3049099f9a079fcace4ce2421dc01e17 Mon Sep 17 00:00:00 2001 From: Tangem Date: Fri, 14 Nov 2025 17:25:34 +0700 Subject: [PATCH] Updated on 2026-08-14 --- .../features/walletconnect/connections/utils/WcAlertsFactory.kt | 1 + 1 file changed, 1 insertion(+) 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 5ac9d638e6..717b6d7a5f 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 @@ -124,6 +124,7 @@ internal object WcAlertsFactory { text = resourceReference(R.string.common_got_it) onClick { onDismiss() } } + onDismissRequest = onDismiss } }