Преглед изворни кода

reset bottom label in prepareOnReuse

cyberta пре 4 година
родитељ
комит
b9ff1ac5c2
1 измењених фајлова са 3 додато и 0 уклоњено
  1. 3 0
      deltachat-ios/Chat/Views/Cells/BaseMessageCell.swift

+ 3 - 0
deltachat-ios/Chat/Views/Cells/BaseMessageCell.swift

@@ -178,7 +178,10 @@ public class BaseMessageCell: UITableViewCell {
         textLabel?.text = nil
         textLabel?.attributedText = nil
         topLabel.text = nil
+        topLabel.attributedText = nil
         avatarView.reset()
         messageBackgroundContainer.prepareForReuse()
+        bottomLabel.text = nil
+        bottomLabel.attributedText = nil
     }
 }