Component used: androidx.emoji2:emoji2
Version used: 1.4.0-beta05
Devices/Android versions reproduced on: -
In earlier versions of Emoji2, EmojiCompat.reset() was not limited to be used inside the library or for testing purposes, which at least I use in my emoji font picker library to update the selected emoji font. In the original EmojiCompat library I had to do an app restart - with reset(), only the Activity needs to be restarted/switched.
While I understand that this is not a feature that is intended for public use, it can be pretty useful.
Would it therefore be possible to make it an opt-in feature (if that exists for Java) or similar?
Description
Component used:
androidx.emoji2:emoji2
Version used:
1.4.0-beta05
Devices/Android versions reproduced on: -
In earlier versions of Emoji2,
EmojiCompat.reset()
was not limited to be used inside the library or for testing purposes, which at least I use in my emoji font picker library to update the selected emoji font. In the original EmojiCompat library I had to do an app restart - withreset()
, only the Activity needs to be restarted/switched.While I understand that this is not a feature that is intended for public use, it can be pretty useful. Would it therefore be possible to make it an opt-in feature (if that exists for Java) or similar?