问个问题
JIAN006 opened this issue · comments
JIAN006 commented
Lin commented
在 DetailPresenter中设置的
需在 NewsDetail 中实现 MultiItemEntity 接口
public static class ItemBean implements Serializable, MultiItemEntity {
// 省略代码..
@Override
public int getItemType() {
return itemType;
}
public int itemType;
}
JIAN006 commented
好的,非常感谢