Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/evant/lazycolum-sizing-bug
- Owner: evant
- Created: 2023-10-02T23:41:03.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-02T23:49:44.000Z (about 1 year ago)
- Last Synced: 2023-10-03T08:01:08.758Z (about 1 year ago)
- Language: Kotlin
- Size: 96.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.