diff --git a/src/view/com/composer/Composer.tsx b/src/view/com/composer/Composer.tsx
index 2f28b9665f..d41a3c796b 100644
--- a/src/view/com/composer/Composer.tsx
+++ b/src/view/com/composer/Composer.tsx
@@ -561,13 +561,6 @@ export const ComposePost = ({
>
) : (
- {
- dispatch({type: 'update_labels', labels: nextLabels})
- }}
- hasMedia={hasMedia || Boolean(extLink)}
- />
{canPost ? (
-
+
control.close()}
diff --git a/src/view/com/composer/threadgate/ThreadgateBtn.tsx b/src/view/com/composer/threadgate/ThreadgateBtn.tsx
index c3bcf345bd..78bf8c06f4 100644
--- a/src/view/com/composer/threadgate/ThreadgateBtn.tsx
+++ b/src/view/com/composer/threadgate/ThreadgateBtn.tsx
@@ -1,13 +1,13 @@
import React from 'react'
import {Keyboard, StyleProp, ViewStyle} from 'react-native'
-import Animated, {AnimatedStyle} from 'react-native-reanimated'
+import {AnimatedStyle} from 'react-native-reanimated'
import {AppBskyFeedPostgate} from '@atproto/api'
import {msg} from '@lingui/macro'
import {useLingui} from '@lingui/react'
import {isNative} from '#/platform/detection'
import {ThreadgateAllowUISetting} from '#/state/queries/threadgate'
-import {atoms as a, useTheme} from '#/alf'
+import {native} from '#/alf'
import {Button, ButtonIcon, ButtonText} from '#/components/Button'
import * as Dialog from '#/components/Dialog'
import {PostInteractionSettingsControlledDialog} from '#/components/dialogs/PostInteractionSettingsDialog'
@@ -19,7 +19,6 @@ export function ThreadgateBtn({
onChangePostgate,
threadgateAllowUISettings,
onChangeThreadgateAllowUISettings,
- style,
}: {
postgate: AppBskyFeedPostgate.Record
onChangePostgate: (v: AppBskyFeedPostgate.Record) => void
@@ -30,7 +29,6 @@ export function ThreadgateBtn({
style?: StyleProp>
}) {
const {_} = useLingui()
- const t = useTheme()
const control = Dialog.useDialogControl()
const onPress = () => {
@@ -53,24 +51,25 @@ export function ThreadgateBtn({
return (
<>
-
-
-
- {label}
-
-
+
+
+ {label}
+
{