-
Notifications
You must be signed in to change notification settings - Fork 766
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add config for cloning state list animators in LithoViewAttributesExt…
…ension Summary: This is another attempt to address the SLA (state list animator) JNI crashes we keep running into iterations of the nested tree experiment. The current hypothesis is that the SLA is shared across views such that one view attempts to update its SLA drawable state while another has unmounted causing the underlying animators to lose their view references. To verify this hypothesis, we clone any SLAs we're given during application of the `LithoViewAttributesExtension` to ensure that it has a fresh state. Reviewed By: adityasharat Differential Revision: D58471256 fbshipit-source-id: fb44f01a4858958a20eb79d7541ca8801ab05814
- Loading branch information
1 parent
aaeba5e
commit f726c2f
Showing
4 changed files
with
62 additions
and
14 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
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