You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: core/designsystem/src/main/kotlin/com/google/samples/apps/nowinandroid/core/designsystem/component/scrollbar/AppScrollbars.kt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -222,7 +222,7 @@ private fun scrollbarThumbColor(
222
222
val pressed by interactionSource.collectIsPressedAsState()
223
223
val hovered by interactionSource.collectIsHoveredAsState()
224
224
val dragged by interactionSource.collectIsDraggedAsState()
225
-
val active = (scrollableState.canScrollForward || scrollableState.canScrollForward) &&
225
+
val active = (scrollableState.canScrollForward || scrollableState.canScrollBackward) &&
0 commit comments