From 8bd6b2d6b5f013ed1ccee138bf30ac81d6b09f7f Mon Sep 17 00:00:00 2001 From: Hailey Date: Tue, 1 Oct 2024 19:47:45 -0700 Subject: [PATCH] fix embed consent --- src/components/dialogs/EmbedConsent.tsx | 3 --- 1 file changed, 3 deletions(-) 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({