视频合集用户信息扩大点击区域
This commit is contained in:
@ -65,10 +65,9 @@ class GameVideoAdapter(context: Context,
|
||||
}
|
||||
DirectUtils.directToVideoDetail(mContext, entity.id, fromLocation, false, gameId = gameId, entrance = mEntrance, path = path)
|
||||
|
||||
holder.binding.userIcon.setOnClickListener {
|
||||
holder.binding.userInfo.setOnClickListener {
|
||||
DirectUtils.directToHomeActivity(mContext, entity.user.id, mEntrance, path)
|
||||
}
|
||||
holder.binding.userName.setOnClickListener { holder.binding.userIcon.performClick() }
|
||||
}
|
||||
} else if (holder is FooterViewHolder) {
|
||||
holder.initFooterViewHolder(mViewModel, mIsLoading, mIsNetworkError, mIsOver)
|
||||
|
||||
Reference in New Issue
Block a user