-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
fix: group chat avatar disappears after adding other members and creating the group #56597
Conversation
@shubham1206agra Please copy/paste the Reviewer Checklist from here into a new comment on this PR and complete it. If you have the K2 extension, you can simply click: [this button] |
🚧 @Julesssss has triggered a test build. You can view the workflow run here. |
@@ -118,9 +119,9 @@ function NewChatConfirmPage() { | |||
// To handle this, we re-read the avatar image file from disk whenever the component re-mounts. | |||
readFileAsync(stashedLocalAvatarImage, newGroupDraft?.avatarFileName ?? '', onSuccess, onFailure, newGroupDraft?.avatarFileType ?? ''); | |||
|
|||
// we only need to run this when the component re-mounted | |||
// we only need to run this when the component re-mounted and when the onyx is loaded completely |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor change:
// we only need to run this when the component re-mounted and when onyx is loaded completely
🧪🧪 Use the links below to test this adhoc build on Android, iOS, Desktop, and Web. Happy testing! 🧪🧪
|
Reviewer Checklist
Screenshots/VideosAndroid: NativeScreenrecorder-2025-02-10-23-47-03-168.mp4Android: mWeb ChromeScreenrecorder-2025-02-10-23-51-49-996.mp4iOS: Native2025-02-11.00.03.28.moviOS: mWeb Safari2025-02-10.23.40.24.mp4MacOS: Chrome / Safari2025-02-10.23.35.12.movMacOS: Desktop2025-02-10.23.44.36.mov |
LGTM ! |
Excellent |
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
fix: group chat avatar disappears after adding other members and creating the group (cherry picked from commit 5624931) (CP triggered by Julesssss)
🚀 Cherry-picked to staging by https://github.com/Julesssss in version: 9.0.95-3 🚀
@Expensify/applauseleads please QA this PR and check it off on the deploy checklist if it passes. |
🚀 Deployed to production by https://github.com/Julesssss in version: 9.0.95-6 🚀
|
Explanation of Change
fix: group chat avatar disappears after adding other members and creating the group
Fixed Issues
$ #56504
PROPOSAL: #56504 (comment)
Tests
Offline tests
Same
QA Steps
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)src/languages/*
files and using the translation methodSTYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)StyleUtils.getBackgroundAndBorderStyle(theme.componentBG)
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)Design
label and/or tagged@Expensify/design
so the design team can review the changes.ScrollView
component to make it scrollable when more elements are added to the page.main
branch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTest
steps.Screenshots/Videos
Android: Native
Screen.Recording.2025-02-10.at.16.29.23.mov
Android: mWeb Chrome
Screen.Recording.2025-02-10.at.16.27.00.mov
iOS: Native
Screen.Recording.2025-02-10.at.16.42.02.mov
iOS: mWeb Safari
Screen.Recording.2025-02-10.at.16.24.28.mov
MacOS: Chrome / Safari
Screen.Recording.2025-02-10.at.16.21.36.mov
MacOS: Desktop
Screen.Recording.2025-02-10.at.16.40.33.mov