diff --git a/src/components/dialogs/EmbedConsent.tsx b/src/components/dialogs/EmbedConsent.tsx index aee98e6b7c..c6d8f8f86a 100644 --- a/src/components/dialogs/EmbedConsent.tsx +++ b/src/components/dialogs/EmbedConsent.tsx @@ -80,7 +80,6 @@ export function EmbedConsentDialog({ style={gtMobile && a.flex_1} label={_(msg`Enable external media`)} onPress={onShowAllPress} - onAccessibilityEscape={control.close} color="primary" size="large" variant="solid"> @@ -92,7 +91,6 @@ export function EmbedConsentDialog({ style={gtMobile && a.flex_1} label={_(msg`Enable this source only`)} onPress={onShowPress} - onAccessibilityEscape={control.close} color="secondary" size="large" variant="solid"> @@ -102,7 +100,6 @@ export function EmbedConsentDialog({