fix: cell reuse may not reset image thumbnail download task issue
This commit is contained in:
parent
f4a2792b0f
commit
083b416648
|
@ -74,6 +74,7 @@ final class StatusTableViewCell: UITableViewCell, StatusCell {
|
||||||
override func prepareForReuse() {
|
override func prepareForReuse() {
|
||||||
super.prepareForReuse()
|
super.prepareForReuse()
|
||||||
selectionStyle = .default
|
selectionStyle = .default
|
||||||
|
statusView.statusMosaicImageViewContainer.reset()
|
||||||
statusView.contentMetaText.textView.isSelectable = false
|
statusView.contentMetaText.textView.isSelectable = false
|
||||||
statusView.updateContentWarningDisplay(isHidden: true, animated: false)
|
statusView.updateContentWarningDisplay(isHidden: true, animated: false)
|
||||||
statusView.statusMosaicImageViewContainer.contentWarningOverlayView.isUserInteractionEnabled = true
|
statusView.statusMosaicImageViewContainer.contentWarningOverlayView.isUserInteractionEnabled = true
|
||||||
|
|
Loading…
Reference in New Issue