File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
features/messages/impl/src/main/kotlin/io/element/android/features/messages/impl/timeline Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change 55 * Please see LICENSE in the repository root for full details.
66 */
77
8- @file:OptIn(ExperimentalAnimationApi ::class )
9-
108package io.element.android.features.messages.impl.timeline
119
1210import android.view.accessibility.AccessibilityManager
1311import androidx.compose.animation.AnimatedVisibility
14- import androidx.compose.animation.ExperimentalAnimationApi
1512import androidx.compose.animation.core.tween
1613import androidx.compose.animation.fadeIn
1714import 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,
You can’t perform that action at this time.
0 commit comments