Skip to content

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
T8RIN committed May 3, 2023
1 parent 275c952 commit 9c4e688
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -286,8 +286,7 @@ fun CompareScreen(
modifier = Modifier
.navBarsPaddingOnlyIfTheyAtTheBottom()
.block(RoundedCornerShape(4.dp))
.padding(4.dp)
.fillMaxSize(),
.padding(4.dp),
progress = animateFloatAsState(targetValue = progress).value,
onProgressChange = {
progress = it
Expand Down

0 comments on commit 9c4e688

Please sign in to comment.