Explorar o código

hide 'last seen' in 'device messages'

B. Petersen %!s(int64=2) %!d(string=hai) anos
pai
achega
1d3786b06f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      deltachat-ios/ViewModel/ContactDetailViewModel.swift

+ 1 - 1
deltachat-ios/ViewModel/ContactDetailViewModel.swift

@@ -173,7 +173,7 @@ class ContactDetailViewModel {
     func footerFor(section: Int) -> String? {
         switch sections[section] {
         case .chatOptions:
-            if isSavedMessages {
+            if isSavedMessages || isDeviceTalk {
                 return nil
             } else if lastSeen == 0 {
                 return String.localized("last_seen_unknown")