From 3aaac04037d6f5be0615ec970e85cb0b5e165283 Mon Sep 17 00:00:00 2001 From: Tangem Date: Wed, 3 Dec 2025 19:19:52 +0400 Subject: [PATCH] Updated on 2026-08-14 --- .../tangem/features/tangempay/ui/TangemPayCardDetailsBlock.kt | 2 -- 1 file changed, 2 deletions(-) diff --git a/features/tangempay/details/impl/src/main/kotlin/com/tangem/features/tangempay/ui/TangemPayCardDetailsBlock.kt b/features/tangempay/details/impl/src/main/kotlin/com/tangem/features/tangempay/ui/TangemPayCardDetailsBlock.kt index c1f0fb4eb8..14ad97f5fa 100644 --- a/features/tangempay/details/impl/src/main/kotlin/com/tangem/features/tangempay/ui/TangemPayCardDetailsBlock.kt +++ b/features/tangempay/details/impl/src/main/kotlin/com/tangem/features/tangempay/ui/TangemPayCardDetailsBlock.kt @@ -6,7 +6,6 @@ import androidx.compose.animation.core.tween import androidx.compose.foundation.Image import androidx.compose.foundation.background import androidx.compose.foundation.border -import androidx.compose.foundation.clickable import androidx.compose.foundation.layout.* import androidx.compose.foundation.shape.RoundedCornerShape import androidx.compose.material3.* @@ -63,7 +62,6 @@ internal fun TangemPayCard(state: TangemPayCardDetailsUM, modifier: Modifier = M cameraDistance = zAxisDistance } .clip(RoundedCornerShape(16.dp)) - .clickable(onClick = state.onClick) .background(Color(red = 18, green = 21, blue = 31)) .border( width = 1.dp,