Sfoglia il codice sorgente

show correct text in autocrypt-setup-messages

B. Petersen 5 anni fa
parent
commit
605678ea0a
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      deltachat-ios/DC/Wrapper.swift

+ 2 - 0
deltachat-ios/DC/Wrapper.swift

@@ -457,6 +457,8 @@ class DcMsg: MessageType {
                 NSAttributedString.Key.foregroundColor: UIColor.darkGray,
                 ])
             return MessageKind.attributedText(text)
+        } else if isSetupMessage {
+            return MessageKind.text(String.localized("autocrypt_asm_click_body"))
         }
 
         let text = self.text ?? ""