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.
Don't reuse a released LayoutStateFuture
Summary: If a LayoutStateFuture gets released we shouldn't reuse it because we'll get a null LayoutState, we should recalculate instead Reviewed By: pasqualeanatriello Differential Revision: D15080900 fbshipit-source-id: 02bdb3aae525514c3a2293da293cf90cd5cc1437
- Loading branch information
1 parent
2a31dff
commit c0bc7e2
Showing
2 changed files
with
152 additions
and
4 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