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.
Promote
requestMountForPrefetchedItems
to be part of builder
Summary: As pre-mounting could be used in different surfaces, it doesn't make sense anymore to put it as a global setting. This diff is to move the param into RecyclerBinder.Builder and make it possible to be customized by users themselves. Reviewed By: fabiocarballo Differential Revision: D44269730 fbshipit-source-id: f4277ccff2e7221290f819b7ea0e9904629198ee
- Loading branch information
1 parent
8137d68
commit 5a58dfa
Showing
3 changed files
with
33 additions
and
1 deletion.
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
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