| | |
| | | import com.weikou.beibeivideo.R; |
| | | import com.weikou.beibeivideo.entity.CommentReply; |
| | | import com.weikou.beibeivideo.ui.media.VideoDetailActivity; |
| | | import com.weikou.beibeivideo.ui.media.VideoDetailActivity2; |
| | | import com.weikou.beibeivideo.util.GlideCircleTransform; |
| | | |
| | | import de.greenrobot.event.EventBus; |
| | |
| | | |
| | | @Override |
| | | public void onClick(View arg0) { |
| | | Intent intent = new Intent(arg0.getContext(), VideoDetailActivity.class); |
| | | Intent intent = new Intent(arg0.getContext(), VideoDetailActivity2.class); |
| | | intent.putExtra("video_info", mInfo.getComment().getVideo()); |
| | | arg0.getContext().startActivity(intent); |
| | | } |