The Koala emoji 🐨 is mismatched with its description in the Category.ANIMALS map in emoji_lists.dart. The text description is correctly positioned at 67 between Bat 🦇 and Kangaroo 🦘. However, it is positioned at 9 in the list of emojis between Panda Face 🐼 and 🐯.
This does not affect the user experience on the base emoji picker, but it adversely affects EmojiPickerUtils.searchEmoji for animals positioned between 9 and 67.
The Koala emoji 🐨 is mismatched with its description in the
Category.ANIMALS
map inemoji_lists.dart
. The text description is correctly positioned at 67 between Bat 🦇 and Kangaroo 🦘. However, it is positioned at 9 in the list of emojis between Panda Face 🐼 and 🐯.This does not affect the user experience on the base emoji picker, but it adversely affects
EmojiPickerUtils.searchEmoji
for animals positioned between 9 and 67.