Skip to content

Commit 24c7be6

Browse files
authored
Merge pull request #3548 from element-hq/feature/fga/timeline_remove_item_animation
timeline : remove animateItem
2 parents 085ba07 + 5a8cfda commit 24c7be6

File tree

1 file changed

+0
-4
lines changed
  • features/messages/impl/src/main/kotlin/io/element/android/features/messages/impl/timeline

1 file changed

+0
-4
lines changed

features/messages/impl/src/main/kotlin/io/element/android/features/messages/impl/timeline/TimelineView.kt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,10 @@
55
* Please see LICENSE in the repository root for full details.
66
*/
77

8-
@file:OptIn(ExperimentalAnimationApi::class)
9-
108
package io.element.android.features.messages.impl.timeline
119

1210
import android.view.accessibility.AccessibilityManager
1311
import androidx.compose.animation.AnimatedVisibility
14-
import androidx.compose.animation.ExperimentalAnimationApi
1512
import androidx.compose.animation.core.tween
1613
import androidx.compose.animation.fadeIn
1714
import androidx.compose.animation.scaleIn
@@ -145,7 +142,6 @@ fun TimelineView(
145142
key = { timelineItem -> timelineItem.identifier() },
146143
) { timelineItem ->
147144
TimelineItemRow(
148-
modifier = Modifier.animateItem(),
149145
timelineItem = timelineItem,
150146
timelineRoomInfo = state.timelineRoomInfo,
151147
renderReadReceipts = state.renderReadReceipts,

0 commit comments

Comments
 (0)