Browse Source

modift comment

1145873331@qq.com 6 years ago
parent
commit
d9839dd9ab

+ 2 - 0
app/src/main/java/com/electric/chargingpile/fragment/SvVideoShowView.java

224
        sv_show_topic_con = view.findViewById(R.id.sv_show_topic_con);
224
        sv_show_topic_con = view.findViewById(R.id.sv_show_topic_con);
225
        sv_show_tvcon_more.setOnClickListener(this);
225
        sv_show_tvcon_more.setOnClickListener(this);
226
        sv_show_comment_count_ll.setOnClickListener(this);
226
        sv_show_comment_count_ll.setOnClickListener(this);
227
        sv_show_comment_ll.setOnClickListener(this);
227
    }
228
    }
228
229
229
    private void initPlayer(View view) {
230
    private void initPlayer(View view) {
318
            case R.id.sv_show_tvcon_more:
319
            case R.id.sv_show_tvcon_more:
319
                new VideoPubilshDialog(activity, talkRecommendBean).show();
320
                new VideoPubilshDialog(activity, talkRecommendBean).show();
320
                break;
321
                break;
322
            case R.id.sv_show_comment_ll:
321
            case R.id.sv_show_comment_count_ll:
323
            case R.id.sv_show_comment_count_ll:
322
                VideoCommentDialog videoCommentDialog = new VideoCommentDialog(activity, talkRecommendBean);
324
                VideoCommentDialog videoCommentDialog = new VideoCommentDialog(activity, talkRecommendBean);
323
                videoCommentDialog.getData();
325
                videoCommentDialog.getData();