Skip to content

Commit

Permalink
fix(android): tableView row parent (#13826)
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Barber <[email protected]>
  • Loading branch information
m1ga and cb1kenobi authored Nov 29, 2024
1 parent 5aec767 commit 6fc9dcb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ private void appendRowInternal(Object rows, KrollDict animation, boolean interna
row.getProperties().getString(TiC.PROPERTY_FOOTER)));

// Add row to section.
row.setParent(section);
section.add(row);
}

Expand Down

0 comments on commit 6fc9dcb

Please sign in to comment.