소스 검색

Merge pull request #1295 from deltachat/videoinvite_prepareForReuse

minor fix VideoInviteCell
cyBerta 4 년 전
부모
커밋
a40b10856e
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()
     }