diff --git a/apps/ios/Shared/Views/Chat/ReverseList.swift b/apps/ios/Shared/Views/Chat/ReverseList.swift index bb434de3ad..133740ca77 100644 --- a/apps/ios/Shared/Views/Chat/ReverseList.swift +++ b/apps/ios/Shared/Views/Chat/ReverseList.swift @@ -254,14 +254,12 @@ struct ReverseList: UIViewControllerRepresentable { animated: false ) } else { - UITableView.performWithoutAnimation { - tableView.beginUpdates() - dataSource.apply( - snapshot, - animatingDifferences: false - ) - tableView.endUpdates() - } + tableView.beginUpdates() + dataSource.apply( + snapshot, + animatingDifferences: false + ) + tableView.endUpdates() } // Sets content offset on initial load