Skip to content

Commit 534bdbc

Browse files
committed
fix highlight issues
1 parent 4b10d77 commit 534bdbc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

genmonke

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ mv tv.twitch.android.shared.chomments.impl.ChommentsFetcherImpl.smali.patch emot
7878
mv tv.twitch.android.shared.chat.ChatMessageDelegate.smali.patch emotes/.
7979
mv tv.twitch.android.shared.chat.messagefactory.* emotes/.
8080
mv 'tv.twitch.android.feature.theatre.refactor.datasource.StreamMetadataModelProvider$dataObserver$1.smali.patch' emotes/.
81+
mv tv.twitch.chat.library.model.ChatMessageInfo.smali.patch emotes/.
8182

8283
# Emote Card
8384
mkdir emotecard

patches/tv.twitch.chat.library.model.ChatMessageInfo.smali.patch renamed to patches/emotes/tv.twitch.chat.library.model.ChatMessageInfo.smali.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ diff --git a/smali_classes8/tv/twitch/chat/library/model/ChatMessageInfo.smali b
66
.end field
77

88
-.field private final messageType:Ljava/lang/String;
9-
+.field public final messageType:Ljava/lang/String;
9+
+.field public messageType:Ljava/lang/String;
1010

1111
.field private final numBitsSent:I
1212

0 commit comments

Comments
 (0)