Fixed
Status Update
Comments
si...@google.com <si...@google.com>
se...@google.com <se...@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
Component used:
DefaultEmojiCompatConfig.DefaultEmojiCompatConfigFactory#getHelperForApi()
Version used: 1.0.0-alpha3
Devices/Android versions reproduced on: -
The
getHelperForApi()
-function looks like this:Because the helpers actually support APIs 19 and 28, respectively, I think, the conditions should be
>=
instead of>
.