فهرست منبع

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()
     }