Skip to content

Commit

Permalink
fix(android): append ListView events while scrolling
Browse files Browse the repository at this point in the history
  • Loading branch information
m1ga committed Dec 30, 2023
1 parent abdc7bf commit e43b85c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ public void moveChildrenTo(ListItemProxy proxy)
proxy.loadTemplate();
proxy.copyChildPropertiesTo(childProxies, proxy.template);
proxy.add(childProxies);

proxy.addTemplateEventListeners(proxy, this.template);
// Now that this proxy has no children, release this proxy's 1 native view container.
// We do this to reduce memory footprint of all offscreen list items.
releaseViews();
Expand Down

0 comments on commit e43b85c

Please # to comment.