Skip to content

Commit

Permalink
Merge pull request #9609 from ypbnv/TIMOB-25517
Browse files Browse the repository at this point in the history
[TIMOB-25517] Android: TableViewProxy unable to create table view row proxy for object
  • Loading branch information
Lokesh Choudhary committed Dec 20, 2017
2 parents bdd7254 + 81c3dad commit b9b301d
Show file tree
Hide file tree
Showing 2 changed files with 1,064 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ private void handleInsertRowBefore(int index, Object data) throws IllegalStateEx
public void insertSectionBefore(int index, Object data, @Kroll.argument(optional = true) KrollDict options)
{
if (TiApplication.isUIThread()) {
handleInsertRowBefore(index, data);
handleInsertSectionBefore(index, data);
return;
}

Expand Down

0 comments on commit b9b301d

Please sign in to comment.