Skip to content

Commit 9ed9d45

Browse files
Fix saving SVG NFTs (#6677)
1 parent 9a68964 commit 9ed9d45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/expanded-state/unique-token/saveToCameraRoll.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ const saveToCameraRoll = async (url: string): Promise<void> => {
7676
alertError();
7777
return;
7878
}
79-
const url2Download = staticImgixClient?.buildURL(url);
79+
const url2Download = staticImgixClient?.buildURL(url, { fm: 'png' });
8080

8181
if (Platform.OS === 'android') {
8282
await downloadImageAndroid(url2Download);

0 commit comments

Comments
 (0)