Handle camera cancellation (#11322)
This commit is contained in:
@@ -115,6 +115,9 @@ export function ComposerPrompt() {
|
||||
const image = await openCamera({
|
||||
mediaTypes: 'images',
|
||||
})
|
||||
if (!image) {
|
||||
return
|
||||
}
|
||||
|
||||
const imageUris = [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user