Fix attachments disappearing from status cells in certain circumstances

This commit is contained in:
Shadowfacts 2022-11-28 20:40:24 -05:00
parent cf870916c9
commit a97a7e0aea
1 changed files with 0 additions and 1 deletions

View File

@ -336,7 +336,6 @@ class BaseStatusTableViewCell: UITableViewCell {
super.prepareForReuse()
avatarRequest?.cancel()
attachmentsView.attachmentViews.allObjects.forEach { $0.removeFromSuperview() }
showStatusAutomatically = false
}