Prechádzať zdrojové kódy

set timeStamp on contact request cell

nayooti 5 rokov pred
rodič
commit
66977292ec
1 zmenil súbory, kde vykonal 1 pridanie a 0 odobranie
  1. 1 0
      deltachat-ios/View/ContactCell.swift

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

@@ -247,6 +247,7 @@ class ContactCell: UITableViewCell {
             } else {
                 setBackupImage(name: contact.nameNAddr, color: contact.color)
             }
+            setTimeLabel(deaddropData.summary.timestamp)
             titleLabel.attributedText = cellViewModel.title.boldAt(indexes: cellViewModel.titleHighlightIndexes, fontSize: titleLabel.font.pointSize)
 
         case .chat(let chatData):