Commit 924dedbc4a3d7fe05e84c4aeaa132b6bfd1fe818

Authored by 朱显松
1 parent 9ccd584b

清理垃圾数据

app/src/main/java/com/cnlive/gundam/video/fragment/chat/CommentFragment.java
@@ -52,7 +52,7 @@ public class CommentFragment extends Fragment implements View.OnClickListener, C @@ -52,7 +52,7 @@ public class CommentFragment extends Fragment implements View.OnClickListener, C
52 private CommentUtil commentUtil; 52 private CommentUtil commentUtil;
53 private CommentAdapter commentAdapter; 53 private CommentAdapter commentAdapter;
54 private RecyclerView recyclerView; 54 private RecyclerView recyclerView;
55 - private String programID = "123"; 55 + private String programID ;
56 private String userID; 56 private String userID;
57 57
58 @Nullable 58 @Nullable