mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 21:07:04 +05:30
![]() Remember the comment expanded/collapsed state when scrolling. Previously, the state was remembered inside the `Node` composable. When the users scroll, and `Node` re-composes, the state was being reset. In this commit, we add the collapsed state into the `CommentNode`. This makes sure that the state is retained even when the UI is re-composed. |
||
---|---|---|
.. | ||
src | ||
build.gradle.kts | ||
lint-baseline.xml |