Skip to content

v1.6.5

Compare
Choose a tag to compare
@CymChad CymChad released this 12 May 06:52
· 1347 commits to master since this release

add

 public BaseQuickAdapter(Context context, View contentView, List<T> data) {
        this(context, 0, data);
        mContentView = contentView;
    }