瀏覽代碼

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

cyberta 4 年之前
父節點
當前提交
131cc4510a
共有 1 個文件被更改,包括 2 次插入0 次删除
  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()
     }