mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2026-08-10 08:27:04 +00:00
The room metadata (RoomHeader) and live listener count were items inside the reverse-layout LazyColumn, so they scrolled with the chat and forced the chat to share its viewport. Move them to a regular Column above the LazyColumn so the chat list owns most of the screen and the header sits as a fixed row on top. Drop the redundant "Recent chat" label that was only there to separate the in-list header from messages.