Explorar o código

reset bottom label in prepareOnReuse

cyberta %!s(int64=4) %!d(string=hai) anos
pai
achega
b9ff1ac5c2
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  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
     }
 }