Akram Bensalem
06/10/2021, 10:31 AMfrankelot
06/10/2021, 10:49 AMModifier.pointerInteropFilter { motionEvent ->
when (motionEvent.action) {
MotionEvent.ACTION_DOWN -> {}
MotionEvent.ACTION_MOVE -> {}
MotionEvent.ACTION_UP -> {}
else -> false
}
true
}
frankelot
06/10/2021, 10:49 AM