From 1f2c4ecb1717e0d25c1865eca1edb27f52e7f0f2 Mon Sep 17 00:00:00 2001 From: Levitating Pineapple Date: Thu, 15 Aug 2024 16:20:59 +0300 Subject: [PATCH] update comment --- apps/ios/Shared/Views/Chat/ReverseList.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/ios/Shared/Views/Chat/ReverseList.swift b/apps/ios/Shared/Views/Chat/ReverseList.swift index 6e1e73ca63..77b82aa83e 100644 --- a/apps/ios/Shared/Views/Chat/ReverseList.swift +++ b/apps/ios/Shared/Views/Chat/ReverseList.swift @@ -177,7 +177,7 @@ struct ReverseList: UIV snapshot.appendItems(items) dataSource.defaultRowAnimation = items.count > itemCount ? .top // Added items slide in from the bottom (top reversed) - : .none // Replacing or removing rows is not animated + : .none // Replaced or removed rows are not animated let countChange = abs(items.count - itemCount) dataSource.apply(snapshot, animatingDifferences: countChange > 0 && // Avoid animating initial load