forked from shadowfacts/Tusker
Fix attachments disappearing from status cells in certain circumstances
This commit is contained in:
parent
cf870916c9
commit
a97a7e0aea
|
@ -336,7 +336,6 @@ class BaseStatusTableViewCell: UITableViewCell {
|
|||
super.prepareForReuse()
|
||||
|
||||
avatarRequest?.cancel()
|
||||
attachmentsView.attachmentViews.allObjects.forEach { $0.removeFromSuperview() }
|
||||
showStatusAutomatically = false
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue