Skip to content

Commit

Permalink
Merge pull request #2623 from krowley/timob-9702
Browse files Browse the repository at this point in the history
[TIMOB-9702] Android: "TableView" doesn't counts rows well when there are table view sections present
  • Loading branch information
ayeung committed Jul 23, 2012
2 parents a20ca8c + dbbd20b commit e41ba84
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ public void updateRow(Object row, Object data, @Kroll.argument(optional = true)
rowIndex = ((Number) row).intValue();
locateIndex(rowIndex, rr);
sectionProxy = rr.section;
rowIndex = rr.rowIndexInSection;
} else if (row instanceof TableViewRowProxy) {
ArrayList<TableViewSectionProxy> sections = getSectionsArray();
sectionLoop: for (int i = 0; i < sections.size(); i++) {
Expand Down

0 comments on commit e41ba84

Please sign in to comment.