From 443925d2e22fc4ca8b74167e01be3dbd2a84cc75 Mon Sep 17 00:00:00 2001 From: Christian Schneppe Date: Mon, 23 Sep 2019 20:50:35 +0200 Subject: correct file locations for EmojiService --- src/standardPush/java/de/pixart/messenger/services/EmojiService.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/standardPush/java') 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 -- cgit v1.2.3