android / codelab-constraint-layout

Constraint Layout Codelab
https://codelabs.developers.google.com/codelabs/constraint-layout/
Apache License 2.0
469 stars 243 forks source link

2.0.0-beta2 - constraintSet.applyTo() stops working after orientation change #69

Open zacwootton opened 5 years ago

zacwootton commented 5 years ago

In a fragment that uses constraintSet.applyTo() to animate layout changes, rotating phone (HTC M8 One) for orientation change or tapping edit text box to reveal keyboard results in constraintSet.applyTo() no longer working, leaving the layout locked in its current state. Minimizing the app and returning or navigating away from the fragment and returning fixes the issue. Reverting to 2.0.0-beta1 removes the issues entirely.

JasiekRadzik commented 5 years ago

I'm having the same problem as explained above. Reverting to 2.0.0-beta1 also removed the issue.

chubecode commented 2 years ago

Same with samsung z fold 3 at version 2.1.3 !