Fix bad merge

This commit is contained in:
Eric Bailey
2024-03-10 15:54:37 -05:00
parent 1d5068d584
commit 7edb6829dc
4 changed files with 0 additions and 5 deletions
-2
View File
@@ -1,7 +1,6 @@
import React, {useImperativeHandle} from 'react'
import {View, Dimensions, Keyboard, Pressable} from 'react-native'
import BottomSheet, {
BottomSheetFlatList,
BottomSheetBackdropProps,
BottomSheetScrollView,
BottomSheetTextInput,
@@ -29,7 +28,6 @@ export {useDialogControl, useDialogContext} from '#/components/Dialog/context'
export * from '#/components/Dialog/types'
// @ts-ignore
export const Input = createInput(BottomSheetTextInput)
export const FlatList = BottomSheetFlatList
function Backdrop(props: BottomSheetBackdropProps) {
const t = useTheme()
-1
View File
@@ -17,7 +17,6 @@ import {useDialogStateControlContext} from '#/state/dialogs'
export {useDialogControl, useDialogContext} from '#/components/Dialog/context'
export * from '#/components/Dialog/types'
export {Input} from '#/components/forms/TextField'
export {FlatList} from 'react-native'
const stopPropagation = (e: any) => e.stopPropagation()
-1
View File
@@ -101,7 +101,6 @@ function ShellInner() {
<Composer winHeight={winDim.height} />
<ModalsContainer />
<MutedWordsDialog />
<PortalOutlet />
<Lightbox />
<PortalOutlet />
</>
-1
View File
@@ -42,7 +42,6 @@ function ShellInner() {
<Composer winHeight={0} />
<ModalsContainer />
<MutedWordsDialog />
<PortalOutlet />
<Lightbox />
<PortalOutlet />