about summary refs log tree commit diff
path: root/src/view/com/lightbox/ImageViewing/index.tsx
diff options
context:
space:
mode:
authordan <dan.abramov@gmail.com>2023-10-10 19:57:14 +0100
committerGitHub <noreply@github.com>2023-10-10 11:57:14 -0700
commit60c0db03f75d7d8d00c42df6ec2b868830f40969 (patch)
treeb8114bf7bb3cdfb9899cad59c5221414741f4ed5 /src/view/com/lightbox/ImageViewing/index.tsx
parentd47ff542dafdb691fd492845db956dd629122a9b (diff)
downloadvoidsky-60c0db03f75d7d8d00c42df6ec2b868830f40969.tar.zst
Remove duplicate modal container (#1661)
Diffstat (limited to 'src/view/com/lightbox/ImageViewing/index.tsx')
-rw-r--r--src/view/com/lightbox/ImageViewing/index.tsx2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/view/com/lightbox/ImageViewing/index.tsx b/src/view/com/lightbox/ImageViewing/index.tsx
index 248f1cebe..7d3f80b49 100644
--- a/src/view/com/lightbox/ImageViewing/index.tsx
+++ b/src/view/com/lightbox/ImageViewing/index.tsx
@@ -27,7 +27,6 @@ import {
   ModalProps,
   Platform,
 } from 'react-native'
-import {ModalsContainer} from '../../modals/Modal'
 
 import ImageItem from './components/ImageItem/ImageItem'
 import ImageDefaultHeader from './components/ImageDefaultHeader'
@@ -155,7 +154,6 @@ function ImageViewing({
       edges={edges}
       aria-modal
       accessibilityViewIsModal>
-      <ModalsContainer />
       <View style={[styles.container, {backgroundColor}]}>
         <Animated.View style={[styles.header, {transform: headerTransform}]}>
           {typeof HeaderComponent !== 'undefined' ? (