From 4c20450c2a3b5f6c803eaefe518c6ee0d9592cbf Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Mon, 22 May 2023 17:27:31 +0200 Subject: [PATCH] This is default value when `reverseLayout = true` --- .../android/features/messages/impl/timeline/TimelineView.kt | 3 --- 1 file changed, 3 deletions(-) diff --git a/features/messages/impl/src/main/kotlin/io/element/android/features/messages/impl/timeline/TimelineView.kt b/features/messages/impl/src/main/kotlin/io/element/android/features/messages/impl/timeline/TimelineView.kt index 7c607ca8d4..c9168fd369 100644 --- a/features/messages/impl/src/main/kotlin/io/element/android/features/messages/impl/timeline/TimelineView.kt +++ b/features/messages/impl/src/main/kotlin/io/element/android/features/messages/impl/timeline/TimelineView.kt @@ -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(