Skip to content

Commit

Permalink
Merge pull request #49903 from abzokhattab/fix-no-skeleton-placeholde…
Browse files Browse the repository at this point in the history
…r-on-avatar-while-app-is-loading

Fix skeleton placeholder on avatar while app is loading
  • Loading branch information
MarioExpensify authored Sep 30, 2024
2 parents 0b4c345 + 912e7ae commit 1c28c37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/AvatarSkeleton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ function AvatarSkeleton({size = CONST.AVATAR_SIZE.SMALL}: {size?: ValueOf<typeof
<SkeletonViewContentLoader
animate
height={avatarSize}
width={avatarSize}
backgroundColor={theme.skeletonLHNIn}
foregroundColor={theme.skeletonLHNOut}
>
Expand Down

0 comments on commit 1c28c37

Please sign in to comment.