Explorar o código

修复读取fromGameId错误的bug

zengjiebin %!s(int64=7) %!d(string=hai) anos
pai
achega
3581d7629b

+ 1 - 1
app/src/main/java/com/sheep/gamegroup/util/ChannelContent.java

@@ -127,7 +127,7 @@ public class ChannelContent {
                                 gameId = items[1];
                             }
                             if(length > 2) {
-                                fromGameId = items[1];
+                                fromGameId = items[2];
                             }
                         } else {
                             channel_name = comment;