Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/evant/lazycolum-sizing-bug

Reproducing a lazycolumn sizing bug when using Modifier.height(IntrinsicSize.Min)
https://github.com/evant/lazycolum-sizing-bug

Last synced: about 1 month ago
JSON representation

Reproducing a lazycolumn sizing bug when using Modifier.height(IntrinsicSize.Min)

Awesome Lists containing this project

README

        

# lazycolum-sizing-bug
Reproducing a lazycolumn sizing bug when using Modifier.height(IntrinsicSize.Min)

Expected result: all list items show 2 lines of the same text with no extra space

Actual result: some items will be sized larger than expected and will contain extra space,
scrolling away and back to the item will 'fix' it.