Skip to content

Instantly share code, notes, and snippets.

@mattrob33
Created June 14, 2023 01:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mattrob33/b392b05be44f7b59cefd4d78733d5522 to your computer and use it in GitHub Desktop.
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