Skip to content

Commit

Permalink
fix embed consent
Browse files Browse the repository at this point in the history
  • Loading branch information
haileyok committed Oct 2, 2024
1 parent cdfdf49 commit 8bd6b2d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/components/dialogs/EmbedConsent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand All @@ -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">
Expand All @@ -102,7 +100,6 @@ export function EmbedConsentDialog({
</BottomSheetButton>
<BottomSheetButton
label={_(msg`No thanks`)}
onAccessibilityEscape={control.close}
onPress={onHidePress}
color="secondary"
size="large"
Expand Down

0 comments on commit 8bd6b2d

Please sign in to comment.