diff options
Diffstat (limited to 'src/standardPush')
-rw-r--r-- | src/standardPush/java/de/pixart/messenger/services/EmojiService.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/standardPush/java/de/pixart/messenger/services/EmojiService.java b/src/standardPush/java/de/pixart/messenger/services/EmojiService.java index e326b1766..0e5bfadd0 100644 --- a/src/standardPush/java/de/pixart/messenger/services/EmojiService.java +++ b/src/standardPush/java/de/pixart/messenger/services/EmojiService.java @@ -47,7 +47,7 @@ public class EmojiService { // a) when using the ondemand emoji font (play store) flags don’t work // b) the text preview has annoying glitches when the cut of text contains emojis (the emoji will be half visible) // c) can trigger a hardware rendering bug https://issuetracker.google.com/issues/67102093 - fontRequest.setReplaceAll(useBundledEmoji && Build.VERSION.SDK_INT < Build.VERSION_CODES.O); - EmojiCompat.init(config); + fontRequestEmojiCompatConfig.setReplaceAll(useBundledEmoji && Build.VERSION.SDK_INT < Build.VERSION_CODES.O); + EmojiCompat.init(fontRequestEmojiCompatConfig); } }
\ No newline at end of file |