Skip to content

Commit

Permalink
chore: fix packages (#13780)
Browse files Browse the repository at this point in the history
* chore: fix packages

* chore: use fix package versions

* chore: fix tableview test

* revert test + tableview post

* chore: add new node-titanium-sdk
  • Loading branch information
m1ga authored Mar 30, 2023
1 parent 9be6c33 commit bf0d3f2
Show file tree
Hide file tree
Showing 3 changed files with 8,421 additions and 11,059 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -749,12 +749,7 @@ public void run()
}

// Notify adapter of changes on UI thread.
recyclerView.post(new Runnable() {
public void run()
{
adapter.update(rows, force);
}
});
this.adapter.update(rows, force);

// FIXME: This is not an ideal workaround for an issue where recycled items that were in focus
// lose their focus when the data set changes. There are improvements to be made here.
Expand Down
Loading

0 comments on commit bf0d3f2

Please sign in to comment.