Browse Source

always set text of openLabel in VideoInviteCell to nil when cell is about to be reused

cyberta 4 years ago
parent
commit
131cc4510a
1 changed files with 2 additions and 0 deletions
  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
         messageLabel.attributedText = nil
         bottomLabel.text = nil
         bottomLabel.text = nil
         bottomLabel.attributedText = nil
         bottomLabel.attributedText = nil
+        openLabel.text = nil
+        openLabel.attributedText = nil
         avatarView.reset()
         avatarView.reset()
     }
     }