mylhyl / Android-CircleDialog

仿IOS圆角对话框、进度条、列表框、输入框,ad广告框,支持横竖屏切换

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BodyRecyclerView dividerHeight设置无效

hx645021783 opened this issue · comments

private void createItemDecoration() {
if (mItemsParams.dividerHeight > 0 && !(mLayoutManager instanceof LayoutManager)) {
}
}
这个取非应该是大佬手误吧?
!(mLayoutManager instanceof LayoutManager)

谢谢,已修复3.0.8