aboutsummaryrefslogtreecommitdiff
path: root/src/screens/profile/CaptionScreen.tsx
diff options
context:
space:
mode:
authorMichael <michael.foiani@gmail.com>2021-07-09 16:22:26 -0400
committerMichael <michael.foiani@gmail.com>2021-07-09 16:22:26 -0400
commite9678b4dc94f04c192ad5573bb2debc6e28f21b6 (patch)
treefc6cf66bee236dac53ecd8ca06e8aa2111bfffdb /src/screens/profile/CaptionScreen.tsx
parent11286fa274d0f8c721b7d507fc64660eed4807fe (diff)
Fix cropping bug. Updated the source to be the correct higher res video.
Diffstat (limited to 'src/screens/profile/CaptionScreen.tsx')
-rw-r--r--src/screens/profile/CaptionScreen.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screens/profile/CaptionScreen.tsx b/src/screens/profile/CaptionScreen.tsx
index 4b5ac0c5..9816f1a3 100644
--- a/src/screens/profile/CaptionScreen.tsx
+++ b/src/screens/profile/CaptionScreen.tsx
@@ -42,7 +42,7 @@ import {RootState} from '../../store/rootReducer';
import {MomentTagType} from '../../types';
import {SCREEN_WIDTH, StatusBarHeight} from '../../utils';
import {mentionPartTypes} from '../../utils/comments';
-import {TrimmerPlayer} from '../../utils/trimmer';
+import {TrimmerPlayer} from '../../components/moments/trimmer';
/**
* Upload Screen to allow users to upload posts to Tagg
*/