Use SubcomposeLayout for ContentAvoidingLayout (#2171)

Use `SubcomposeLayout` for `ContentAvoidingLayout`
This commit is contained in:
Jorge Martin Espinosa 2024-01-05 13:40:25 +01:00 committed by GitHub
parent 0e3f0ac6b5
commit 00c27ffafc
2 changed files with 6 additions and 9 deletions

1
changelog.d/2155.bugfix Normal file
View file

@ -0,0 +1 @@
Use `SubomposeLayout` for `ContentAvoidingLayout` to prevent wrong measurements in the layout process, leading to cut-off text messages in the timeline.