Skip to content

Commit

Permalink
removed commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
RareScrap committed Dec 28, 2021
1 parent f14a670 commit 2852f59
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ fun CollapsingToolbarScaffold(

val toolbarPlaceable = measurables[0].measure(toolbarConstraints)
val bodyPlaceables =
measurables.drop(1).map { it.measure(bodyConstraints) }// [1].measure(bodyConstraints)
measurables.drop(1).map { it.measure(bodyConstraints) }

val toolbarHeight = toolbarPlaceable.height

Expand Down

0 comments on commit 2852f59

Please sign in to comment.