Browse Source

set timeStamp on contact request cell

nayooti 5 years ago
parent
commit
66977292ec
1 changed files with 1 additions and 0 deletions
  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):