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?
ap...@google.com <ap...@google.com> #3
Tested on Android 12 Emulator with custom executor, but cannot repro this issue.
Description
Currently, if you start a gesture in
performGesture
and finish it in a subsequent invocation ofperformGesture
, the two halves will use the same timeline, called chaining. However, if you want to chain two completed gestures, each in their own invocation ofperformGesture
, this is not possible because they won't share the same timeline.Make it so that this is possible, although it should not be the default behavior.