close dialog after saving qr code
This commit is contained in:
@@ -37,7 +37,9 @@ export function QrCodeDialog({
|
|||||||
})
|
})
|
||||||
|
|
||||||
await saveImageToMediaLibrary({uri: filename})
|
await saveImageToMediaLibrary({uri: filename})
|
||||||
Toast.show(_(msg`QR code saved to your camera roll!`))
|
control.close(() => {
|
||||||
|
Toast.show(_(msg`QR code saved to your camera roll!`))
|
||||||
|
})
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user