codelab-constraint-layout icon indicating copy to clipboard operation
codelab-constraint-layout copied to clipboard

2.0.0-beta2 constraint layout height issue after coming from background

Open mirszy-miquido opened this issue 6 years ago • 0 comments

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.

mirszy-miquido avatar Oct 07 '19 14:10 mirszy-miquido