aboutsummaryrefslogtreecommitdiff
path: root/src/screens/profile/CaptionScreen.tsx
diff options
context:
space:
mode:
authorIvan Chen <ivan@tagg.id>2021-07-27 15:51:17 -0400
committerIvan Chen <ivan@tagg.id>2021-07-29 13:12:47 -0400
commit4170b75030ff07339a5d59a32206dc6e2d843ed7 (patch)
tree05e1584aafdf550ba13b93760d8ae18cad757237 /src/screens/profile/CaptionScreen.tsx
parent265814c782e4196bf57cd2fb507f80546498618e (diff)
Accept caption
Diffstat (limited to 'src/screens/profile/CaptionScreen.tsx')
-rw-r--r--src/screens/profile/CaptionScreen.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/screens/profile/CaptionScreen.tsx b/src/screens/profile/CaptionScreen.tsx
index 66106a6f..d329c589 100644
--- a/src/screens/profile/CaptionScreen.tsx
+++ b/src/screens/profile/CaptionScreen.tsx
@@ -166,6 +166,7 @@ const CaptionScreen: React.FC<CaptionScreenProps> = ({route, navigation}) => {
handleVideoMomentUpload(
mediaUri,
videoDuration ?? 30,
+ caption,
momentCategory,
formattedTags(),
),