diff --git a/src/view/com/composer/SelectMediaButton.tsx b/src/view/com/composer/SelectMediaButton.tsx index bfe31885f2..8bb867d7a1 100644 --- a/src/view/com/composer/SelectMediaButton.tsx +++ b/src/view/com/composer/SelectMediaButton.tsx @@ -92,7 +92,7 @@ const SUPPORTED_IMAGE_MIME_TYPES = ( 'image/png', 'image/svg+xml', 'image/webp', - isIOS && 'image/heic', + isNative && 'image/heic', ] as const ).filter(Boolean) type SupportedImageMimeType = Exclude<