|
@@ -44,7 +44,8 @@ class MediaPreview: DraftPreview {
|
|
|
} else if let image = image {
|
|
|
self.setAspectRatio(image: image)
|
|
|
self.delegate?.onAttachmentAdded()
|
|
|
- self.accessibilityLabel = "\(String.localized("attachment")), \(draft.viewType == DC_MSG_GIF ? String.localized("gif") : String.localized("image"))"
|
|
|
+ self.accessibilityLabel =
|
|
|
+ "\(String.localized("attachment")), \(draft.viewType == DC_MSG_GIF ? String.localized("gif") : String.localized("image"))"
|
|
|
}
|
|
|
})
|
|
|
isHidden = false
|