Skip to content

Commit

Permalink
mitigate weird display if message content is bigger than envelope
Browse files Browse the repository at this point in the history
  • Loading branch information
westnordost committed Feb 11, 2025
1 parent b26ab0c commit 801c777
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ fun UnreadMessagesDialog(
val scale = 0.8f + 0.2f * c
scaleX = scale
scaleY = scale
alpha = 0.4f + c * 0.6f
alpha = c
translationY = (140f * (1f - c)) * density
}
.shadow(24.dp)
Expand Down

0 comments on commit 801c777

Please sign in to comment.