-
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: Android - Create Chat - "You appear to be offline" is displayed floating on room creation #55047
Conversation
@DylanDylann 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] |
KeyboardUtils.dismiss().then(() => { | ||
setIsPickerVisible(true); | ||
}); | ||
setIsPickerVisible(true); |
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.
Could you explain this change?
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.
The logic:
KeyboardUtils.dismiss().then(() => {
setIsPickerVisible(true);
});
was introduced in this PR to address the bug. However, as observed, it did not resolve the issue. With the implementation of a new solution, this logic is now redundant.
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.
I appreciate your work to make the code cleaner. Asking here
Reviewer Checklist
Screenshots/VideosAndroid: NativeScreen.Recording.2025-01-14.at.15.33.00.movAndroid: mWeb ChromeScreen.Recording.2025-01-14.at.15.34.21.moviOS: NativeScreen.Recording.2025-01-14.at.15.31.18.moviOS: mWeb SafariScreen.Recording.2025-01-14.at.15.32.37.movMacOS: Chrome / SafariScreen.Recording.2025-01-14.at.15.30.37.movMacOS: DesktopScreen.Recording.2025-01-14.at.15.31.58.mov |
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.
LGTM
The change looks good to me. But for more safe, let's wait for the author of prev PR to provide an answer for this one |
@youssef-lr I believe that this PR is ready to merge. Is there any problem? |
Sorry, switched tabs when checks were re-running and forgot to get back to it. |
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
🚀 Deployed to staging by https://github.com/youssef-lr in version: 9.0.87-0 🚀
|
🚀 Deployed to production by https://github.com/Beamanator in version: 9.0.87-3 🚀
|
Explanation of Change
Fixed Issues
$ #54157
PROPOSAL: #54157 (comment)
Tests
Offline tests
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-01-10.at.08.57.40.mov
Android: mWeb Chrome
Screen.Recording.2025-01-10.at.09.05.28.mov
iOS: Native
Screen.Recording.2025-01-10.at.09.06.41.mov
iOS: mWeb Safari
Screen.Recording.2025-01-10.at.09.02.08.mov
MacOS: Chrome / Safari
Screen.Recording.2025-01-10.at.09.07.11.mov
MacOS: Desktop
Screen.Recording.2025-01-10.at.09.07.52.mov