aboutsummaryrefslogtreecommitdiff
path: root/src/screens
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
parent82e2ebed641463e31eb304846eafd664368f60b8 (diff)
Clean up code
Diffstat (limited to 'src/screens')
-rw-r--r--src/screens/onboarding/ProfileInfoOnboarding.tsx1
-rw-r--r--src/screens/onboarding/legacy/ProfileOnboarding.tsx2
-rw-r--r--src/screens/profile/EditProfile.tsx2
-rw-r--r--src/screens/suggestedPeopleOnboarding/SuggestedPeopleUploadPictureScreen.tsx1
4 files changed, 0 insertions, 6 deletions
diff --git a/src/screens/onboarding/ProfileInfoOnboarding.tsx b/src/screens/onboarding/ProfileInfoOnboarding.tsx
index 1d068a2c..cdfbea8f 100644
--- a/src/screens/onboarding/ProfileInfoOnboarding.tsx
+++ b/src/screens/onboarding/ProfileInfoOnboarding.tsx
@@ -108,7 +108,6 @@ 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 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({
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({
diff --git a/src/screens/suggestedPeopleOnboarding/SuggestedPeopleUploadPictureScreen.tsx b/src/screens/suggestedPeopleOnboarding/SuggestedPeopleUploadPictureScreen.tsx
index cdd9cedf..f5a9f280 100644
--- a/src/screens/suggestedPeopleOnboarding/SuggestedPeopleUploadPictureScreen.tsx
+++ b/src/screens/suggestedPeopleOnboarding/SuggestedPeopleUploadPictureScreen.tsx
@@ -78,7 +78,6 @@ const SuggestedPeopleUploadPictureScreen: React.FC<SuggestedPeopleUploadPictureS
cropping: true,
cropperToolbarTitle: 'Select Photo',
mediaType: 'photo',
- compressVideoPreset: 'Passthrough',
})
.then((picture) => {
if ('path' in picture) {