android / codelab-constraint-layout

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

2.0.0-beta2 constraint layout height issue after coming from background #71

Open mirszy-miquido opened 4 years ago

mirszy-miquido commented 4 years ago

I've got a constraint layout with height 'wrap_content'. I hide and show elements inside of it (using VISIBLE/GONE visibility). Everything works fine (the height of the layout gets adjusted) until I move the app to the background and come back. After this, the height of the layout doesn't get updated.