aboutsummaryrefslogtreecommitdiff
path: root/src/screens/profile
diff options
context:
space:
mode:
authorBrian Kim <brian@tagg.id>2021-07-16 14:52:52 -0400
committerBrian Kim <brian@tagg.id>2021-07-16 14:52:52 -0400
commit44edf83220a50b96fbdc67f505f4117bae6eb235 (patch)
tree5546fc32a07888df248bcf630dd3d35c278c9d4d /src/screens/profile
parent82e2ebed641463e31eb304846eafd664368f60b8 (diff)
Clean up code
Diffstat (limited to 'src/screens/profile')
-rw-r--r--src/screens/profile/EditProfile.tsx2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/screens/profile/EditProfile.tsx b/src/screens/profile/EditProfile.tsx
index fca02ffc..20a62b19 100644
--- a/src/screens/profile/EditProfile.tsx
+++ b/src/screens/profile/EditProfile.tsx
@@ -161,7 +161,6 @@ const EditProfile: React.FC<EditProfileProps> = ({route, navigation}) => {
cropping: true,
cropperToolbarTitle: 'Select Header',
mediaType: 'photo',
- compressVideoPreset: 'Passthrough',
}).then((picture) => {
if ('path' in picture) {
setForm({
@@ -187,7 +186,6 @@ const EditProfile: React.FC<EditProfileProps> = ({route, navigation}) => {
cropperToolbarTitle: 'Select Profile Picture',
mediaType: 'photo',
cropperCircleOverlay: true,
- compressVideoPreset: 'Passthrough',
}).then((picture) => {
if ('path' in picture) {
setForm({