diff options
author | Ivan Chen <ivan@tagg.id> | 2021-07-16 15:48:31 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-16 15:48:31 -0400 |
commit | 6161a73ec29dbcf4ffb9ee90d86a3c4e46eb58dc (patch) | |
tree | ed8b2fb574e598f25d1db0e0204504ebe472924b /src/screens/profile/CaptionScreen.tsx | |
parent | 0838a170c84c32d502377c17825d7bf8d21300d0 (diff) | |
parent | 580774b43f2919c4fb4230308afb06cc9891a5e9 (diff) |
Merge pull request #503 from sotech117/tma954-video-trimming-component
[TMA-954] Video Trimming Component
Diffstat (limited to 'src/screens/profile/CaptionScreen.tsx')
-rw-r--r-- | src/screens/profile/CaptionScreen.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screens/profile/CaptionScreen.tsx b/src/screens/profile/CaptionScreen.tsx index 6bcf0e24..eba3e4bf 100644 --- a/src/screens/profile/CaptionScreen.tsx +++ b/src/screens/profile/CaptionScreen.tsx @@ -49,7 +49,6 @@ import {RootState} from '../../store/rootReducer'; import {MomentTagType} from '../../types'; import {isIPhoneX, normalize, SCREEN_WIDTH, StatusBarHeight} from '../../utils'; import {mentionPartTypes} from '../../utils/comments'; - /** * Upload Screen to allow users to upload posts to Tagg */ @@ -362,6 +361,7 @@ const CaptionScreen: React.FC<CaptionScreenProps> = ({route, navigation}) => { </SearchBackground> ); }; + const styles = StyleSheet.create({ contentContainer: { paddingTop: StatusBarHeight, |