diff options
Diffstat (limited to 'src/screens/onboarding')
| -rw-r--r-- | src/screens/onboarding/ProfileInfoOnboarding.tsx | 1 | ||||
| -rw-r--r-- | src/screens/onboarding/legacy/ProfileOnboarding.tsx | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/src/screens/onboarding/ProfileInfoOnboarding.tsx b/src/screens/onboarding/ProfileInfoOnboarding.tsx index cdfbea8f..1d068a2c 100644 --- a/src/screens/onboarding/ProfileInfoOnboarding.tsx +++ b/src/screens/onboarding/ProfileInfoOnboarding.tsx @@ -108,6 +108,7 @@ const ProfileInfoOnboarding: React.FC<ProfileInfoOnboardingProps> = ({ cropperToolbarTitle: 'Select Profile Picture', mediaType: 'photo', cropperCircleOverlay: true, + compressVideoPreset: 'Passthrough', }).then((picture) => { if ('path' in picture) { setForm({ diff --git a/src/screens/onboarding/legacy/ProfileOnboarding.tsx b/src/screens/onboarding/legacy/ProfileOnboarding.tsx index e994c1e6..88e9183f 100644 --- a/src/screens/onboarding/legacy/ProfileOnboarding.tsx +++ b/src/screens/onboarding/legacy/ProfileOnboarding.tsx @@ -167,6 +167,7 @@ const ProfileOnboarding: React.FC<ProfileOnboardingProps> = ({ cropping: true, cropperToolbarTitle: 'Select Header', mediaType: 'photo', + compressVideoPreset: 'Passthrough', }).then((picture) => { if ('path' in picture) { setForm({ @@ -192,6 +193,7 @@ const ProfileOnboarding: React.FC<ProfileOnboardingProps> = ({ cropperToolbarTitle: 'Select Profile Picture', mediaType: 'photo', cropperCircleOverlay: true, + compressVideoPreset: 'Passthrough', }).then((picture) => { if ('path' in picture) { setForm({ |
