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()
|
super.prepareForReuse()
|
||||||
|
|
||||||
avatarRequest?.cancel()
|
avatarRequest?.cancel()
|
||||||
attachmentsView.attachmentViews.allObjects.forEach { $0.removeFromSuperview() }
|
|
||||||
showStatusAutomatically = false
|
showStatusAutomatically = false
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue