-
Notifications
You must be signed in to change notification settings - Fork 764
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Call applyReadyBatches synchronously from main thread from measure, o…
…therwise align to frame boundaries Summary: By 1) always posting the runnable and 2) posting without using a choreographer, we were unnecessarily delaying notifying the RecyclerView about new data. Reviewed By: pasqualeanatriello Differential Revision: D14065346 fbshipit-source-id: d3fc20480cb0f39f6e3ea563e0c255b6c2ecc281
- Loading branch information
1 parent
d391e31
commit a6b7dfb
Showing
2 changed files
with
117 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters