Skip to content

Commit

Permalink
fix(android): fix tableView parent
Browse files Browse the repository at this point in the history
  • Loading branch information
m1ga committed Jan 8, 2025
1 parent 73f7e25 commit e7b44fc
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,6 @@ 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 e7b44fc

Please sign in to comment.