Skip to content

Commit

Permalink
fix detekt
Browse files Browse the repository at this point in the history
  • Loading branch information
saleniuk committed Dec 19, 2024
1 parent ad7b5a1 commit 5730227
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,9 @@ fun EnabledMessageComposer(
.clip(shape)
.drawBehind {
if (!hideRipple || rippleProgress.value > 0f) {
val path = calculateOptionsPath(cornerRadiusPx, rippleProgress.value, isImeVisible, size)
val path = calculateOptionsPath(
cornerRadiusPx, rippleProgress.value, isImeVisible, size
)
drawPath(
path = path,
color = rippleColor,
Expand Down

0 comments on commit 5730227

Please sign in to comment.