diff options
author | Hailey <me@haileyok.com> | 2024-06-05 16:27:57 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-05 16:27:57 -0700 |
commit | 492c271a0683747dedd939b495a70706ac94b599 (patch) | |
tree | 0a63ab931fc892af37ee1b65279f4821d4b44c88 /src/screens/Onboarding/StepProfile/index.tsx | |
parent | 42477d8bbb22751d67dab583cc111aabfa7f3fda (diff) | |
download | voidsky-492c271a0683747dedd939b495a70706ac94b599.tar.zst |
add `legacy` to picker for Android (#4377)
* add `legacy` to picker * add for the other callsite
Diffstat (limited to 'src/screens/Onboarding/StepProfile/index.tsx')
-rw-r--r-- | src/screens/Onboarding/StepProfile/index.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/screens/Onboarding/StepProfile/index.tsx b/src/screens/Onboarding/StepProfile/index.tsx index e0a10419d..3556bba7a 100644 --- a/src/screens/Onboarding/StepProfile/index.tsx +++ b/src/screens/Onboarding/StepProfile/index.tsx @@ -102,6 +102,7 @@ export function StepProfile() { mediaTypes: MediaTypeOptions.Images, quality: 1, ...opts, + legacy: true, }) return (response.assets ?? []) |