about summary refs log tree commit diff
path: root/src/view/com/lightbox/ImageViewing/index.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/index.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/index.tsx')
-rw-r--r--src/view/com/lightbox/ImageViewing/index.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/view/com/lightbox/ImageViewing/index.tsx b/src/view/com/lightbox/ImageViewing/index.tsx
index b6835793d..ff8fdb86d 100644
--- a/src/view/com/lightbox/ImageViewing/index.tsx
+++ b/src/view/com/lightbox/ImageViewing/index.tsx
@@ -122,6 +122,7 @@ function ImageViewing({
                 imageSrc={imageSrc}
                 onRequestClose={onRequestClose}
                 isScrollViewBeingDragged={isDragging}
+                showControls={showControls}
               />
             </View>
           ))}