Commit 924dedbc4a3d7fe05e84c4aeaa132b6bfd1fe818
1 parent
9ccd584b
清理垃圾数据
Showing
1 changed file
with
1 additions
and
1 deletions
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 | 52 | private CommentUtil commentUtil; |
| 53 | 53 | private CommentAdapter commentAdapter; |
| 54 | 54 | private RecyclerView recyclerView; |
| 55 | - private String programID = "123"; | |
| 55 | + private String programID ; | |
| 56 | 56 | private String userID; |
| 57 | 57 | |
| 58 | 58 | @Nullable | ... | ... |