Skip to content

Commit

Permalink
Merge pull request #9640 from ypbnv/TIMOB-25517-7_0_X
Browse files Browse the repository at this point in the history
[7_0_X][TIMOB-25517] Android: TableViewProxy unable to create table view row proxy for object
  • Loading branch information
eric34 committed Dec 15, 2017
2 parents 2b4532f + 13254a5 commit be8ffc1
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 @@ -454,7 +454,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 be8ffc1

Please sign in to comment.