hongyangAndroid / baseAdapter

Android 万能的Adapter for ListView,RecyclerView,GridView等,支持多种Item类型的情况。
Apache License 2.0
4.73k stars 1.2k forks source link

多item情况下,isForViewType() 返回true,convert()函数找不到布局id #133

Open JumpingError opened 4 years ago

JumpingError commented 4 years ago

多item情况下,isForViewType() 返回true,convert()函数内却找不到布局id,在某一个view会出现,其他view在isForViewType()方法返回true时,却能找到id。