Retain previous (pre-ps5) behaviour

This commit is contained in:
Manav Rathi
2025-03-10 19:27:55 +05:30
parent eaf576967b
commit ffd2a55ca0

View File

@@ -512,6 +512,7 @@ export const FileViewer: React.FC<FileViewerProps> = ({
})();
const showCopyImage = (() => {
if (disableDownload) return false;
switch (file.metadata.fileType) {
case FileType.image:
case FileType.livePhoto: