forked from facebook/litho
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove sync layout optimization in RecyclerBinder
Summary: This optimization will be handled by mihaelao's experiment with posting calculating the range until after onBindViewHolder (which will compute layout sync for exactly the rows that need it). That experiment controls `ComponentsConfiguration.insertPostAsyncLayout` Reviewed By: mihaelao Differential Revision: D7041994 fbshipit-source-id: 1fbea9fe9db60b4671a02a37c6036864e0eac910
- Loading branch information
1 parent
73f040d
commit 53fed0b
Showing
2 changed files
with
16 additions
and
43 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