cyberta 5 anni fa
parent
commit
3eeea25ae0
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  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()