Browse Source

show correct text in autocrypt-setup-messages

B. Petersen 5 năm trước cách đây
mục cha
commit
605678ea0a
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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,
                 NSAttributedString.Key.foregroundColor: UIColor.darkGray,
                 ])
                 ])
             return MessageKind.attributedText(text)
             return MessageKind.attributedText(text)
+        } else if isSetupMessage {
+            return MessageKind.text(String.localized("autocrypt_asm_click_body"))
         }
         }
 
 
         let text = self.text ?? ""
         let text = self.text ?? ""