Explorar o código

set timeStamp on contact request cell

nayooti %!s(int64=5) %!d(string=hai) anos
pai
achega
66977292ec
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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):