about summary refs log tree commit diff
path: root/src/screens/Onboarding/StepProfile/index.tsx
diff options
context:
space:
mode:
authorHailey <me@haileyok.com>2024-06-05 16:27:57 -0700
committerGitHub <noreply@github.com>2024-06-05 16:27:57 -0700
commit492c271a0683747dedd939b495a70706ac94b599 (patch)
tree0a63ab931fc892af37ee1b65279f4821d4b44c88 /src/screens/Onboarding/StepProfile/index.tsx
parent42477d8bbb22751d67dab583cc111aabfa7f3fda (diff)
downloadvoidsky-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.tsx1
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 ?? [])