Affects both platforms
This commit is contained in:
xmflsct 2023-01-30 13:44:29 +01:00
parent 646b539949
commit 4aa96ba2bd
1 changed files with 2 additions and 1 deletions

View File

@ -169,7 +169,8 @@ const ComposeAttachments: React.FC<Props> = ({ accessibleRefAttachments }) => {
haptics('Success')
}}
/>
{composeState.type === 'edit' && featureCheck('edit_media_details') ? (
{composeState.type !== 'edit' ||
(composeState.type === 'edit' && featureCheck('edit_media_details')) ? (
<Button
accessibilityLabel={t('content.root.footer.attachments.edit.accessibilityLabel', {
attachment: index + 1