feat:ignore the dirty call once to avoid after renderBunched items call render again

This commit is contained in:
pengfei.zhou
2019-11-15 09:44:30 +08:00
parent 401d0e57a0
commit 8d582e3371
2 changed files with 11 additions and 3 deletions

View File

@@ -80,8 +80,6 @@ public class ListNode extends SuperNode<RecyclerView> {
case "batchCount":
this.listAdapter.batchCount = 15;
break;
case "subviews":
break;
default:
super.blend(view, name, prop);
break;