mirror of
https://github.com/wahyd4/Yep.git
synced 2026-08-20 18:26:34 +10:00
last seen
This commit is contained in:
@@ -1389,7 +1389,7 @@ class ConversationViewController: BaseViewController {
|
||||
|
||||
func updateStateInfoOfTitleView(titleView: ConversationTitleView) {
|
||||
if let timeAgo = lastSignDateOfConversation(self.conversation)?.timeAgo {
|
||||
titleView.stateInfoLabel.text = NSLocalizedString("Last sign at ", comment: "") + timeAgo.lowercaseString
|
||||
titleView.stateInfoLabel.text = NSLocalizedString("Last seen ", comment: "") + timeAgo.lowercaseString
|
||||
} else {
|
||||
titleView.stateInfoLabel.text = NSLocalizedString("Begin chat just now", comment: "")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user