mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Fix crashes when playing media on legacy OS
This commit is contained in:
@@ -178,7 +178,7 @@ export const GIF: React.FC<Props> = props => {
|
||||
}
|
||||
|
||||
let gif: JSX.Element | undefined;
|
||||
if (isNotDownloaded || isPending) {
|
||||
if (isNotDownloaded || isPending || window.isLegacyOS()) {
|
||||
gif = (
|
||||
<Blurhash
|
||||
hash={attachment.blurHash || defaultBlurHash(theme)}
|
||||
|
||||
Reference in New Issue
Block a user