Skip to content

Commit 99a404b

Browse files
authored
Emoji Status: Fix (TGX-Android#421)
1 parent ca63d58 commit 99a404b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/org/thunderdog/challegram/data/TGMessage.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3046,7 +3046,7 @@ public int emojiStatusColor () {
30463046
}
30473047
};
30483048

3049-
if (!(tdlib.isSelfChat(chat) && forwardInfo != null) && !hasBot) {
3049+
if (!(tdlib.isSelfChat(chat) && forwardInfo != null) && !hasBot && !isForward && sender.isUser()) {
30503050
hAuthorEmojiStatus = EmojiStatusHelper.makeDrawable(null, tdlib, tdlib.cache().user(sender.getUserId()), colorTheme, (text1, specificMedia) -> invalidateEmojiStatusReceiver());
30513051
hAuthorEmojiStatus.invalidateTextMedia();
30523052
maxWidth -= hAuthorEmojiStatus.getWidth(Screen.dp(3));

0 commit comments

Comments
 (0)