From c5d9e282e51f410ea80a9059ac680818c41d406e Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Wed, 5 Mar 2025 17:54:14 +0000 Subject: fix layout shift in profile feed header (#7906) --- src/screens/Profile/ProfileFeed/index.tsx | 6 +++--- src/screens/Profile/components/ProfileFeedHeader.tsx | 9 +-------- 2 files changed, 4 insertions(+), 11 deletions(-) (limited to 'src') diff --git a/src/screens/Profile/ProfileFeed/index.tsx b/src/screens/Profile/ProfileFeed/index.tsx index 8751ba3d9..3f517d334 100644 --- a/src/screens/Profile/ProfileFeed/index.tsx +++ b/src/screens/Profile/ProfileFeed/index.tsx @@ -102,16 +102,16 @@ export function ProfileFeedScreen(props: Props) { } return resolvedUri ? ( - + ) : ( - + + - diff --git a/src/screens/Profile/components/ProfileFeedHeader.tsx b/src/screens/Profile/components/ProfileFeedHeader.tsx index 4fd417c9c..b48b9b371 100644 --- a/src/screens/Profile/components/ProfileFeedHeader.tsx +++ b/src/screens/Profile/components/ProfileFeedHeader.tsx @@ -61,14 +61,7 @@ export function ProfileFeedHeaderSkeleton() { -- cgit 1.4.1