add legacy
to picker for Android (#4377)
* add `legacy` to picker * add for the other callsite
This commit is contained in:
parent
42477d8bbb
commit
492c271a06
2 changed files with 4 additions and 1 deletions
|
@ -102,6 +102,7 @@ export function StepProfile() {
|
|||
mediaTypes: MediaTypeOptions.Images,
|
||||
quality: 1,
|
||||
...opts,
|
||||
legacy: true,
|
||||
})
|
||||
|
||||
return (response.assets ?? [])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue