cyberta 5 年之前
父節點
當前提交
3eeea25ae0
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      deltachat-ios/View/ContactCell.swift

+ 0 - 1
deltachat-ios/View/ContactCell.swift

@@ -252,7 +252,6 @@ class ContactCell: UITableViewCell {
         case .deaddrop(let deaddropData):
             safe_assert(deaddropData.chatId == DC_CHAT_ID_DEADDROP)
             backgroundColor = DcColors.deaddropBackground
-            // contentView.backgroundColor = DcColors.deaddropBackground
             let contact = DcContact(id: DcMsg(id: deaddropData.msgId).fromContactId)
             if let img = contact.profileImage {
                 resetBackupImage()