Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate needsCustomLayoutForChildren check to the new architecture #34254

Closed
wants to merge 7 commits into from
Closed
Prev Previous commit
Next Next commit
Added another guess for parent shadow view
  • Loading branch information
grahammendick committed Jul 25, 2022
commit bd3cb7c83c411f6580b7049328834178d1cb6fa5
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ void LayoutAnimationDriver::animationMutationsForFrame(

// Create the mutation instruction
mutationsList.emplace_back(ShadowViewMutation::UpdateMutation(
keyframe.viewPrev, mutatedShadowView, {}));
keyframe.viewPrev, mutatedShadowView, keyframe.parentView));

PrintMutationInstruction("Animation Progress:", updateMutation);

Expand Down