Merge pull request #3548 from element-hq/feature/fga/timeline_remove_item_animation

timeline : remove animateItem
This commit is contained in:
Benoit Marty
2024-09-27 10:11:54 +02:00
committed by GitHub

View File

@@ -5,13 +5,10 @@
* Please see LICENSE in the repository root for full details.
*/
@file:OptIn(ExperimentalAnimationApi::class)
package io.element.android.features.messages.impl.timeline
import android.view.accessibility.AccessibilityManager
import androidx.compose.animation.AnimatedVisibility
import androidx.compose.animation.ExperimentalAnimationApi
import androidx.compose.animation.core.tween
import androidx.compose.animation.fadeIn
import androidx.compose.animation.scaleIn
@@ -145,7 +142,6 @@ fun TimelineView(
key = { timelineItem -> timelineItem.identifier() },
) { timelineItem ->
TimelineItemRow(
modifier = Modifier.animateItem(),
timelineItem = timelineItem,
timelineRoomInfo = state.timelineRoomInfo,
renderReadReceipts = state.renderReadReceipts,