diff options
author | Ivan Chen <ivan@tagg.id> | 2021-07-29 14:11:28 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-29 14:11:28 -0400 |
commit | 64c0bcbf9b59c42f615000e1c1cfa7e126a4edde (patch) | |
tree | 05e1584aafdf550ba13b93760d8ae18cad757237 /src/screens/profile/CaptionScreen.tsx | |
parent | 265814c782e4196bf57cd2fb507f80546498618e (diff) | |
parent | 4170b75030ff07339a5d59a32206dc6e2d843ed7 (diff) |
Merge pull request #532 from IvanIFChen/hotfix-moment-caption
[HOTFIX] Video Moments to Accept Caption
Diffstat (limited to 'src/screens/profile/CaptionScreen.tsx')
-rw-r--r-- | src/screens/profile/CaptionScreen.tsx | 1 |
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(), ), |