fix: cell reuse may not reset image thumbnail download task issue

This commit is contained in:
CMK 2021-07-02 14:01:17 +08:00
parent f4a2792b0f
commit 083b416648
1 changed files with 1 additions and 0 deletions

View File

@ -74,6 +74,7 @@ final class StatusTableViewCell: UITableViewCell, StatusCell {
override func prepareForReuse() {
super.prepareForReuse()
selectionStyle = .default
statusView.statusMosaicImageViewContainer.reset()
statusView.contentMetaText.textView.isSelectable = false
statusView.updateContentWarningDisplay(isHidden: true, animated: false)
statusView.statusMosaicImageViewContainer.contentWarningOverlayView.isUserInteractionEnabled = true