use docs directory instead
This commit is contained in:
@@ -63,7 +63,7 @@ export function QrCodeDialog({
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
const filename = `${FS.cacheDirectory}/${nanoid(12)}.png`
|
const filename = `${FS.documentDirectory}/${nanoid(12)}.png`
|
||||||
|
|
||||||
// Incase of a FS failure, don't crash the app
|
// Incase of a FS failure, don't crash the app
|
||||||
try {
|
try {
|
||||||
|
|||||||
Reference in New Issue
Block a user