Hi all,
Just wondering if there’s any ‘easy’ way to disable touch during a composer transition? I’m seeing issues if, for instance, I have a button that triggers a composer transition, and I press it twice really quickly.
I can definitely handle this using a boolean value in the button handler and checking it before a transition starts … but it’d be pretty sweet if there was a flag we could set to disable touch for the duration of a transition
Thanks!