mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-08 08:58:38 +01:00
Do not show play button for undownloaded media
This commit is contained in:
@@ -251,7 +251,7 @@ export class Image extends React.Component<Props> {
|
||||
)}
|
||||
/>
|
||||
) : null}
|
||||
{!pending && playIconOverlay ? (
|
||||
{!pending && !hasNotDownloaded && playIconOverlay ? (
|
||||
<div className="module-image__play-overlay__circle">
|
||||
<div className="module-image__play-overlay__icon" />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user