diff options
author | Hailey <me@haileyok.com> | 2024-02-23 16:05:54 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-23 16:05:54 -0800 |
commit | 9c5cd391dd890d20bcf65294d9b440c18be5348e (patch) | |
tree | f2e32e8f61cd9a988023ff6db7ddda2ade409729 /src/view/com/lightbox/ImageViewing/components/ImageItem/ImageItem.tsx | |
parent | bdb63fff6d6441ba944b46de3cc234ce92313ea0 (diff) | |
download | voidsky-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.tsx | 1 |
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) => { |