DetectTapGesturesEnableNewDispatchingBehavior
Property
Common
Deprecated This flag has been moved to ComposeFoundationFlags and renamed to isDetectTapGesturesImmediateCoroutineDispatchEnabled. For compatibility, DetectTapGesturesEnableNewDispatchingBehavior controls the new flag (isDetectTapGesturesImmediateCoroutineDispatchEnabled). Please use isDetectTapGesturesImmediateCoroutineDispatchEnabled instead.
@ExperimentalTapGestureDetectorBehaviorApi
var DetectTapGesturesEnableNewDispatchingBehavior: Boolean
Whether to use more immediate coroutine dispatching in detectTapGestures
and
detectTapAndPress
, true by default. This might affect some implicit timing guarantees. Please
file a bug if this change is affecting your use case.