mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-08 08:58:38 +01:00
Fix lightbox for tap-to-view GIFs
This commit is contained in:
@@ -2122,11 +2122,6 @@ export class Message extends React.PureComponent<Props, State> {
|
||||
|
||||
const isAttachmentPending = this.isAttachmentPending();
|
||||
|
||||
if (isGIF(attachments)) {
|
||||
window.log.info("<Message> handleOpen: lightbox doesn't open for GIFs");
|
||||
return;
|
||||
}
|
||||
|
||||
if (isTapToView) {
|
||||
if (isAttachmentPending) {
|
||||
window.log.info(
|
||||
|
||||
Reference in New Issue
Block a user