Почти плавный скрол чата
This commit is contained in:
@@ -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) }
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user