handle inner components
This commit is contained in:
@@ -456,11 +456,7 @@ export function Handle({
|
|||||||
const t = useTheme()
|
const t = useTheme()
|
||||||
const {_} = useLingui()
|
const {_} = useLingui()
|
||||||
const {screenReaderEnabled} = useA11y()
|
const {screenReaderEnabled} = useA11y()
|
||||||
const {close, type} = useDialogContext()
|
const {close} = useDialogContext()
|
||||||
|
|
||||||
if (type === 'alert') {
|
|
||||||
return null
|
|
||||||
}
|
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<View style={[a.absolute, a.w_full, a.align_center, a.z_10, {height: 20}]}>
|
<View style={[a.absolute, a.w_full, a.align_center, a.z_10, {height: 20}]}>
|
||||||
|
|||||||
Reference in New Issue
Block a user