remove ComposableModifierFactory suppress lint

pull/2026/head
isaac 2 weeks ago
parent ade8065442
commit fd8551ff72

@ -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
private fun Modifier.scrollThumb(
scrollableState: ScrollableState,

Loading…
Cancel
Save