From a97a7e0aead34b5e5e432f0267d7426224171959 Mon Sep 17 00:00:00 2001 From: Shadowfacts Date: Mon, 28 Nov 2022 20:40:24 -0500 Subject: [PATCH] Fix attachments disappearing from status cells in certain circumstances --- Tusker/Views/Status/BaseStatusTableViewCell.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/Tusker/Views/Status/BaseStatusTableViewCell.swift b/Tusker/Views/Status/BaseStatusTableViewCell.swift index c85c82b9..1e4d135c 100644 --- a/Tusker/Views/Status/BaseStatusTableViewCell.swift +++ b/Tusker/Views/Status/BaseStatusTableViewCell.swift @@ -336,7 +336,6 @@ class BaseStatusTableViewCell: UITableViewCell { super.prepareForReuse() avatarRequest?.cancel() - attachmentsView.attachmentViews.allObjects.forEach { $0.removeFromSuperview() } showStatusAutomatically = false }