Skip to content

Commit

Permalink
Eliminate duplicated line (#2146)
Browse files Browse the repository at this point in the history
Co-authored-by: Lucia Jiang <[email protected]>
  • Loading branch information
lucia-jiang and Lucia Jiang authored Nov 14, 2024
1 parent a4e0487 commit 9d0c9d2
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ internal fun BpkGraphicPromoImpl(
.heightIn(max = maxHeight.dp)
.indication(interactionSource, animationIndicationNode)
.clip(roundedCornerShape)
.indication(interactionSource, animationIndicationNode)
.clickable(
interactionSource = interactionSource,
indication = null,
Expand Down

0 comments on commit 9d0c9d2

Please sign in to comment.