Pārlūkot izejas kodu

reset bottom label in prepareOnReuse

cyberta 4 gadi atpakaļ
vecāks
revīzija
e268f22cf1

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

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