Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix incremental mount for LithoViews with children with Transient State
Summary: LithoView is a ViewGroup. ViewGroups have transient state if they directly have transient state or if any of their children have transient state. This applies the same incremental mount fix to children updating transient state as the LithoView directly updating transient state. Note: I think this fix kinda sucks, because it means we mount the whole thing immediately if any child in the hierarchy has transient state at any point. We should try to figure out something nicer. This is a decent fix for now. Reviewed By: pasqualeanatriello Differential Revision: D5139234 fbshipit-source-id: 5d1f399607176bb90ed96e916ebe9b8015b0e075
- Loading branch information