Skip to content

还是之前的问题,更新了依赖,还是不行 #13

@erfei1129

Description

@erfei1129

@OverRide
public void onBindViewHolder(PagerViewHolder holder, int position) {
if (getItemViewType(position) == 1) {
((PhotoHolder) holder).bindData(position);
} else {
((VideoHolder) holder).bindData(position);
}
}
这里还是会报错,类型转换异常.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions