From 1c1975265fb6013c34c8e766a7f11b0c5b8d1e11 Mon Sep 17 00:00:00 2001 From: Brian Kim Date: Thu, 1 Jul 2021 01:23:19 +0900 Subject: Respond to comments --- src/assets/images/test-thumbnail.jpg | Bin 0 -> 203285 bytes src/components/moments/Moment.tsx | 6 +++--- 2 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 src/assets/images/test-thumbnail.jpg (limited to 'src') diff --git a/src/assets/images/test-thumbnail.jpg b/src/assets/images/test-thumbnail.jpg new file mode 100644 index 00000000..b67eab01 Binary files /dev/null and b/src/assets/images/test-thumbnail.jpg differ diff --git a/src/components/moments/Moment.tsx b/src/components/moments/Moment.tsx index 04d35825..6054639a 100644 --- a/src/components/moments/Moment.tsx +++ b/src/components/moments/Moment.tsx @@ -97,7 +97,7 @@ const Moment: React.FC = ({ picture.path && picture.filename ) { - showAlert(picture); + showGIFFailureAlert(picture); } else if (picture.path && picture.filename) { navigation.navigate('ZoomInCropper', { screenType, @@ -118,10 +118,10 @@ const Moment: React.FC = ({ }; /* Handles GIF files */ - const showAlert = (picture) => + const showGIFFailureAlert = (picture) => Alert.alert( 'Warning', - 'The cropped image will not be a GIF, but will only include the first frame of the GIF. Continue?', + 'The app currently cannot handle GIFs, and will only save a static image. Continue?', [ { text: 'Cancel', -- cgit v1.2.3-70-g09d2