diff options
Diffstat (limited to 'src/components/profile/Content.tsx')
-rw-r--r-- | src/components/profile/Content.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/profile/Content.tsx b/src/components/profile/Content.tsx index 7064f775..71e4f195 100644 --- a/src/components/profile/Content.tsx +++ b/src/components/profile/Content.tsx @@ -271,6 +271,7 @@ const Content: React.FC<ContentProps> = ({y, userXId, screenType}) => { bounces={shouldBounce} showsVerticalScrollIndicator={false} scrollEventThrottle={1} + stickyHeaderIndices={[4]} refreshControl={ <RefreshControl refreshing={refreshing} onRefresh={onRefresh} /> }> |