This is default value when reverseLayout = true
This commit is contained in:
parent
52d35e0ac4
commit
4c20450c2a
1 changed files with 0 additions and 3 deletions
|
|
@ -18,7 +18,6 @@ package io.element.android.features.messages.impl.timeline
|
|||
|
||||
import androidx.compose.animation.animateContentSize
|
||||
import androidx.compose.foundation.interaction.MutableInteractionSource
|
||||
import androidx.compose.foundation.layout.Arrangement
|
||||
import androidx.compose.foundation.layout.Box
|
||||
import androidx.compose.foundation.layout.BoxScope
|
||||
import androidx.compose.foundation.layout.Column
|
||||
|
|
@ -100,8 +99,6 @@ fun TimelineView(
|
|||
LazyColumn(
|
||||
modifier = Modifier.fillMaxSize(),
|
||||
state = lazyListState,
|
||||
horizontalAlignment = Alignment.Start,
|
||||
verticalArrangement = Arrangement.Bottom,
|
||||
reverseLayout = true
|
||||
) {
|
||||
itemsIndexed(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue