Skip to content

Instantly share code, notes, and snippets.

@mattrob33
Created June 14, 2023 01:54
Show Gist options
  • Select an option

  • Save mattrob33/b392b05be44f7b59cefd4d78733d5522 to your computer and use it in GitHub Desktop.

Select an option

Save mattrob33/b392b05be44f7b59cefd4d78733d5522 to your computer and use it in GitHub Desktop.
fun Modifier.consumeTaps(): Modifier = composed {
clickable(
indication = null,
interactionSource = remember { MutableInteractionSource() }
) {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment