aboutsummaryrefslogtreecommitdiff
path: root/src/components/comments
diff options
context:
space:
mode:
authorMichael <michael.foiani@gmail.com>2021-07-14 17:49:36 -0400
committerMichael <michael.foiani@gmail.com>2021-07-14 17:49:36 -0400
commitd3b757fa16224f6c7cff136674cfac05c3a24c3f (patch)
treee54703caf9a7f38c93afda8921fba3a7fc88cfa0 /src/components/comments
parentf1873c074f3e9d8807b5e812f7ee37ba495a6c0a (diff)
Hide the trimmer.
Diffstat (limited to 'src/components/comments')
-rw-r--r--src/components/comments/ZoomInCropper.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/comments/ZoomInCropper.tsx b/src/components/comments/ZoomInCropper.tsx
index 5fad89e6..3c1e287d 100644
--- a/src/components/comments/ZoomInCropper.tsx
+++ b/src/components/comments/ZoomInCropper.tsx
@@ -307,7 +307,7 @@ export const ZoomInCropper: React.FC<ZoomInCropperProps> = ({
style={styles.zoomView}>
<View style={styles.videoParent} ref={vidRef}>
<TrimmerPlayer
- hideTrimmer={false}
+ hideTrimmer={true}
source={media.uri}
videoStyles={[
styles.media,