1
0
mirror of https://github.com/tooot-app/app synced 2025-03-12 01:20:06 +01:00
Affects both platforms
This commit is contained in:
xmflsct 2023-01-30 13:44:29 +01:00
parent 646b539949
commit 4aa96ba2bd

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