Explorar o código

Merge pull request #1295 from deltachat/videoinvite_prepareForReuse

minor fix VideoInviteCell
cyBerta %!s(int64=4) %!d(string=hai) anos
pai
achega
a40b10856e
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      deltachat-ios/Chat/Views/Cells/VideoInviteCell.swift

+ 2 - 0
deltachat-ios/Chat/Views/Cells/VideoInviteCell.swift

@@ -143,6 +143,8 @@ public class VideoInviteCell: UITableViewCell {
         messageLabel.attributedText = nil
         bottomLabel.text = nil
         bottomLabel.attributedText = nil
+        openLabel.text = nil
+        openLabel.attributedText = nil
         avatarView.reset()
     }