|
|
@@ -3,8 +3,6 @@ package com.sheep.gamegroup.view.fragment;
|
|
|
import android.content.DialogInterface;
|
|
|
import android.support.annotation.NonNull;
|
|
|
import android.support.v7.widget.RecyclerView;
|
|
|
-import android.text.TextUtils;
|
|
|
-import android.view.KeyEvent;
|
|
|
import android.view.LayoutInflater;
|
|
|
import android.view.View;
|
|
|
import android.widget.EditText;
|
|
|
@@ -25,7 +23,6 @@ import com.sheep.gamegroup.model.entity.UserCommentReply;
|
|
|
import com.sheep.gamegroup.model.util.SheepSubscriber;
|
|
|
import com.sheep.gamegroup.util.ApiJSONUtil;
|
|
|
import com.sheep.gamegroup.util.Jump2View;
|
|
|
-import com.sheep.gamegroup.util.KeyEventUtil;
|
|
|
import com.sheep.gamegroup.util.ListUtil;
|
|
|
import com.sheep.gamegroup.util.RefreshUtil;
|
|
|
import com.sheep.gamegroup.util.TestUtil;
|
|
|
@@ -169,7 +166,7 @@ public class FgtUserCommentDetail extends BaseListFragment3<UserCommentReply> im
|
|
|
|
|
|
//初始化headerView
|
|
|
private void initHeaderView() {
|
|
|
- headerViewHelper = new UserCommentHelper(R.layout.header_user_comment_detail);
|
|
|
+ headerViewHelper = new UserCommentHelper(R.layout.header_user_comment_detail).setGoComment(false);
|
|
|
total_count_tv = headerViewHelper.getRootView().findViewById(R.id.total_count_tv);
|
|
|
user_comment_detail_game_ll = headerViewHelper.getRootView().findViewById(R.id.user_comment_detail_game_ll);
|
|
|
user_comment_detail_line1 = headerViewHelper.getRootView().findViewById(R.id.user_comment_detail_line1);
|