diff --git a/src/screens/Profile/ProfileFeed/index.tsx b/src/screens/Profile/ProfileFeed/index.tsx index 32eed418cf..2cdd33a0b3 100644 --- a/src/screens/Profile/ProfileFeed/index.tsx +++ b/src/screens/Profile/ProfileFeed/index.tsx @@ -1,5 +1,5 @@ import React, {useCallback, useMemo} from 'react' -import {StyleSheet, View} from 'react-native' +import {Dimensions, StyleSheet, View} from 'react-native' import {useAnimatedRef} from 'react-native-reanimated' import {msg, Trans} from '@lingui/macro' import {useLingui} from '@lingui/react' @@ -93,9 +93,7 @@ export function ProfileFeedScreen(props: Props) { return resolvedUri ? ( - - - + ) : ( @@ -162,7 +160,12 @@ export function ProfileFeedScreenInner({ }, [_]) return ( - <> + @@ -201,7 +204,7 @@ export function ProfileFeedScreenInner({ accessibilityHint="" /> )} - + ) }