handle inner components

This commit is contained in:
vineyardbovines
2026-03-05 12:23:25 -05:00
committed by Samuel Newman
parent ecc5927002
commit 3c3208ef11
+1 -5
View File
@@ -456,11 +456,7 @@ export function Handle({
const t = useTheme()
const {_} = useLingui()
const {screenReaderEnabled} = useA11y()
const {close, type} = useDialogContext()
if (type === 'alert') {
return null
}
const {close} = useDialogContext()
return (
<View style={[a.absolute, a.w_full, a.align_center, a.z_10, {height: 20}]}>