-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[$500] [HOLD for payment 2024-03-29] [HOLD for payment 2024-03-26] Profile - Avatar is blank when viewed in full screen #38516
Comments
👋 Friendly reminder that deploy blockers are time-sensitive ⏱ issues! Check out the open `StagingDeployCash` deploy checklist to see the list of PRs included in this release, then work quickly to do one of the following:
|
We think that this bug might be related to #wave-control |
Triggered auto assignment to @hayata-suenaga ( |
ProposalPlease re-state the problem that we are trying to solve in this issue.Profile - Avatar is blank when viewed in full screen What is the root cause of that problem?the root cause is react native image not support svg.
follow getFullSizeAvatar > getAvatar > getDefaultAvatar. it return svg file ConciergeAvatar
Lines 85 to 94 in 22bd9eb
and when we display in ProfileAvatar.jsx we use react native image. What changes do you think we should make in order to solve the problem?pass prop we can pass it when platform is native only const platform = getPlatform();
const isNative = platform === CONST.PLATFORM.IOS || platform === CONST.PLATFORM.ANDROID;
maybeIcon={isNative} What alternative solutions did you explore? (Optional)we can also pass avatarURL when is native and type of image is svg const fullSizeAvatar = UserUtils.getFullSizeAvatar(avatarURL, accountID);
source = (isNative && typeof fullSizeAvatar === 'number') ? avatarURL : fullSizeAvatar; |
regression from #36560 - if (typeof source === 'object' && 'uri' in source && typeof source.uri === 'number') {
- imageSource = source.uri;
- } Here's fix: #38554 |
The fix PR was merged into main |
|
The solution for this issue has been 🚀 deployed to production 🚀 in version 1.4.54-4 and is now subject to a 7-day regression period 📆. Here is the list of pull requests that resolve this issue: If no regressions arise, payment will be issued on 2024-03-26. 🎊 |
The solution for this issue has been 🚀 deployed to production 🚀 in version 1.4.55-3 and is now subject to a 7-day regression period 📆. Here is the list of pull requests that resolve this issue: If no regressions arise, payment will be issued on 2024-03-29. 🎊 |
Please assign me here |
Triggered auto assignment to @laurenreidexpensify ( |
@laurenreidexpensify, please handle payment according to this summary when you have time 🙇 |
Job added to Upwork: https://www.upwork.com/jobs/~015a2a95133386223a |
Triggered auto assignment to Contributor-plus team member for initial proposal review - @rojiphil ( |
Upwork job price has been updated to $500 |
Payment Summary:
|
@situchan is OOO for April - will come back to this in May when he's back to close out payment |
I think @situchan is back from OOO. Moving the priority of this issue to daily again |
@situchan offer sent in Upwork pls accept |
Payment issued in Upwork to @situchan - closing |
If you haven’t already, check out our contributing guidelines for onboarding and email [email protected] to request to join our Slack channel!
Version Number: 1.4.54-0
Reproducible in staging?: y
Reproducible in production?: n
Issue reported by: Applause - Internal Team
Action Performed:
Expected Result:
Avatar shows up without issue.
Actual Result:
Blank page is seen in avatar view.
This issue is only reproducible with default avatar.
Workaround:
n/a
Platforms:
Which of our officially supported platforms is this issue occurring on?
Screenshots/Videos
Add any screenshot/video evidence
Bug6418311_1710791664032.RPReplay_Final1710791569.mp4
View all open jobs on GitHub
Upwork Automation - Do Not Edit
The text was updated successfully, but these errors were encountered: