[Android] Save photos to "Bluesky" folder (#8018)

This commit is contained in:
Samuel Newman
2025-05-08 23:50:12 +03:00
committed by GitHub
parent 36697755c7
commit 207527f1d5
3 changed files with 32 additions and 4 deletions
+1 -1
View File
@@ -73,7 +73,7 @@ function ShareDialogInner({
try {
await saveImageToMediaLibrary({uri: imageUrl})
Toast.show(_(msg`Image saved to your camera roll!`))
Toast.show(_(msg`Image saved`))
control.close()
} catch (e: unknown) {
Toast.show(_(msg`An error occurred while saving the QR code!`), 'xmark')