ソースを参照

修复读取fromGameId错误的bug

zengjiebin 7 年 前
コミット
3581d7629b
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1 1
      app/src/main/java/com/sheep/gamegroup/util/ChannelContent.java

+ 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;