Updated on 2026-08-14
This commit is contained in:
commit
3501e405bc
10 changed files with 299 additions and 1 deletions
|
|
@ -149,7 +149,8 @@ private fun TangemPayStateRow(
|
|||
modifier = modifier
|
||||
.clip(RoundedCornerShape(size = 18.dp))
|
||||
.background(TangemTheme.colors2.surface.level3)
|
||||
.conditional(onClick != null && isEnabled) { clickableSingle(onClick = requireNotNull(onClick)) },
|
||||
.conditional(onClick != null && isEnabled) { clickableSingle(onClick = requireNotNull(onClick)) }
|
||||
.testTag(TangemPayTestTags.MAIN_SCREEN_TILE),
|
||||
) {
|
||||
Image(
|
||||
painter = getVisaIconPainter(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue