diff options
author | dan <dan.abramov@gmail.com> | 2023-10-10 19:57:14 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-10 11:57:14 -0700 |
commit | 60c0db03f75d7d8d00c42df6ec2b868830f40969 (patch) | |
tree | b8114bf7bb3cdfb9899cad59c5221414741f4ed5 /src | |
parent | d47ff542dafdb691fd492845db956dd629122a9b (diff) | |
download | voidsky-60c0db03f75d7d8d00c42df6ec2b868830f40969.tar.zst |
Remove duplicate modal container (#1661)
Diffstat (limited to 'src')
-rw-r--r-- | src/view/com/lightbox/ImageViewing/index.tsx | 2 |
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' ? ( |