about summary refs log tree commit diff
path: root/src/view/com/lightbox/ImageViewing/components/ImageItem/ImageItem.tsx
diff options
context:
space:
mode:
authorHailey <me@haileyok.com>2024-02-23 16:05:54 -0800
committerGitHub <noreply@github.com>2024-02-23 16:05:54 -0800
commit9c5cd391dd890d20bcf65294d9b440c18be5348e (patch)
treef2e32e8f61cd9a988023ff6db7ddda2ade409729 /src/view/com/lightbox/ImageViewing/components/ImageItem/ImageItem.tsx
parentbdb63fff6d6441ba944b46de3cc234ce92313ea0 (diff)
downloadvoidsky-9c5cd391dd890d20bcf65294d9b440c18be5348e.tar.zst
use `showControls` to show/hide live text icon on ios (#2982)
Diffstat (limited to 'src/view/com/lightbox/ImageViewing/components/ImageItem/ImageItem.tsx')
-rw-r--r--src/view/com/lightbox/ImageViewing/components/ImageItem/ImageItem.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/view/com/lightbox/ImageViewing/components/ImageItem/ImageItem.tsx b/src/view/com/lightbox/ImageViewing/components/ImageItem/ImageItem.tsx
index 16688b820..08b99bf9e 100644
--- a/src/view/com/lightbox/ImageViewing/components/ImageItem/ImageItem.tsx
+++ b/src/view/com/lightbox/ImageViewing/components/ImageItem/ImageItem.tsx
@@ -10,6 +10,7 @@ type Props = {
   onTap: () => void
   onZoom: (scaled: boolean) => void
   isScrollViewBeingDragged: boolean
+  showControls: boolean
 }
 
 const ImageItem = (_props: Props) => {