pull/2026/merge
이원중 Isaac Lee 1 week ago committed by GitHub
commit 39779edad0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -164,9 +164,6 @@ private fun ScrollableState.DecorativeScrollbarThumb(
) )
} }
// TODO: This lint is removed in 1.6 as the recommendation has changed
// remove when project is upgraded
@SuppressLint("ComposableModifierFactory")
@Composable @Composable
private fun Modifier.scrollThumb( private fun Modifier.scrollThumb(
scrollableState: ScrollableState, scrollableState: ScrollableState,

Loading…
Cancel
Save