[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
@@ -41,7 +41,7 @@ export function Lightbox() {
}
try {
await saveImageToMediaLibrary({uri})
Toast.show(_(msg`Saved to your camera roll`))
Toast.show(_(msg`Image saved`))
} catch (e: any) {
Toast.show(_(msg`Failed to save image: ${String(e)}`), 'xmark')
}