baseAdapter icon indicating copy to clipboard operation
baseAdapter copied to clipboard

java.lang.IllegalArgumentException: No ItemViewDelegate added that matches position=3 in data source

Open igding opened this issue 7 years ago • 1 comments

java.lang.IllegalArgumentException: No ItemViewDelegate added that matches position=3 in data source

加载多个item,报的错 isForViewType这个不是用来判断 是否添加这个item吗

igding avatar Aug 11 '17 10:08 igding

说明你的源数据集合中position=3 的数据Bean 不匹配任何一个ItemViewDelegate ,自己调试一下position=3的时候isForViewType判断条件

dev3932 avatar Oct 11 '17 07:10 dev3932