Skip to content

Commit

Permalink
#1 - Animating your list (fix)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhg3410 committed Jan 22, 2023
1 parent 81677b0 commit 42844a6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ fun Greeting(name: String) {
Column(
modifier = Modifier
.weight(1f)
.padding(bottom = extraPadding)
.padding(bottom = extraPadding.coerceAtLeast(0.dp))
) {
Text(text = "Hello,")
Text(text = name)
Expand Down

0 comments on commit 42844a6

Please sign in to comment.