Fix typo in app scrollbars

Change-Id: Ie72f1410fa8e5a68a520321c34d4fad251016486
tj/scrollbars-typo
dahunsi 7 months ago
parent eb54ec71e9
commit e334a727c3

@ -222,7 +222,7 @@ private fun scrollbarThumbColor(
val pressed by interactionSource.collectIsPressedAsState()
val hovered by interactionSource.collectIsHoveredAsState()
val dragged by interactionSource.collectIsDraggedAsState()
val active = (scrollableState.canScrollForward || scrollableState.canScrollForward) &&
val active = (scrollableState.canScrollForward || scrollableState.canScrollBackward) &&
(pressed || hovered || dragged || scrollableState.isScrollInProgress)
val color = animateColorAsState(

Loading…
Cancel
Save