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