Fixed
Status Update
Comments
ap...@google.com <ap...@google.com> #2
A couple of questions:
1. Have you saw crash in real device or only in simulators?
2. Do you use dynamic feature for language ID?
1. Have you saw crash in real device or only in simulators?
2. Do you use dynamic feature for language ID?
Description
Currently if the same InteractionState is added in two places that both add the same
Interaction
(such asModifier.clickable
), both components will remove each other'sInteraction
. Instead we should ensure that both producers must remove their state before theInteraction
is removed from theInteractionState
.