Почти плавный скрол чата

This commit is contained in:
Халимов Рустам
2026-04-28 00:16:52 +03:00
parent d9a20e40b0
commit 46c22300e9
15 changed files with 145 additions and 110 deletions
@@ -284,8 +284,8 @@ fun LazyListScope.renderFiles() {
fun LazyListScope.renderLinks() {
items(2) {
ListItem(
headlineContent = { Text("https://github.com/forkmessager") },
supportingContent = { Text("GitHub - ForkMessager Project") },
headlineContent = { Text("https://github.com/knot-messenger") },
supportingContent = { Text("GitHub - Knot Project") },
leadingContent = { Icon(Icons.Default.Link, contentDescription = null) }
)
}