Skip to content

Commit

Permalink
Update ExternalLinkEmbed.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon authored Oct 8, 2024
1 parent ff2ca38 commit 365b0b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/view/com/util/post-embeds/ExternalLinkEmbed.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export const ExternalLinkEmbed = ({
}}
source={{uri: imageUri}}
accessibilityIgnoresInvertColors
accessibilityLabel={link.title}
accessibilityLabel={undefined}
accessibilityHint={undefined}
/>
<MediaInsetBorder
Expand Down

0 comments on commit 365b0b6

Please sign in to comment.