Move to global context

This commit is contained in:
Eric Bailey
2025-04-29 10:11:55 -05:00
parent e855ffc1c5
commit 2f9b23c6aa
9 changed files with 25 additions and 24 deletions
-2
View File
@@ -121,7 +121,6 @@ import {UserAvatar} from '#/view/com/util/UserAvatar'
import {atoms as a, native, useTheme} from '#/alf'
import {Button, ButtonIcon, ButtonText} from '#/components/Button'
import {
EmailDialog,
EmailDialogScreenID,
useEmailDialogControl,
} from '#/components/dialogs/EmailDialog'
@@ -633,7 +632,6 @@ export const ComposePost = ({
const isWebFooterSticky = !isNative && thread.posts.length > 1
return (
<BottomSheetPortalProvider>
<EmailDialog control={emailDialogControl} />
<KeyboardAvoidingView
testID="composePostView"
behavior={isIOS ? 'padding' : 'height'}