about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/view/com/lightbox/Lightbox.tsx3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/view/com/lightbox/Lightbox.tsx b/src/view/com/lightbox/Lightbox.tsx
index 38f2c89c9..2ee5b8d59 100644
--- a/src/view/com/lightbox/Lightbox.tsx
+++ b/src/view/com/lightbox/Lightbox.tsx
@@ -116,7 +116,8 @@ function LightboxFooter({imageIndex}: {imageIndex: number}) {
                 update: {type: 'spring', springDamping: 0.7},
               })
               setAltExpanded(prev => !prev)
-            }}>
+            }}
+            onLongPress={() => {}}>
             {altText}
           </Text>
         </View>