Bump dependencies

This commit is contained in:
arkon
2022-06-29 22:45:11 -04:00
parent d476431707
commit 7e4c45858f
18 changed files with 71 additions and 64 deletions

View File

@@ -88,7 +88,8 @@ private fun Modifier.drawScrollbar(
reverseScrolling: Boolean,
positionOffset: Float,
): Modifier = drawScrollbar(
orientation, reverseScrolling,
orientation,
reverseScrolling,
) { reverseDirection, atEnd, thickness, color, alpha ->
val layoutInfo = state.layoutInfo
val viewportSize = if (orientation == Orientation.Horizontal) {