-
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 integrations setup on Android #43547
Fix integrations setup on Android #43547
Conversation
@rushatgabhane 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] |
Reviewer Checklist
Screenshots/VideosAndroid: NativeWhatsApp.Video.2024-06-13.at.04.24.59.mp4Android: mWeb ChromeiOS: NativeScreen.Recording.2024-06-13.at.04.26.36.moviOS: mWeb SafariScreen.Recording.2024-06-13.at.04.29.56.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!
We did not find an internal engineer to review this PR, trying to assign a random engineer to #40978 as well as to this PR... Please reach out for help on Slack if no one gets assigned! |
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, thanks guys!
🚀 Deployed to staging by https://github.com/marcochavezf in version: 1.4.84-0 🚀
|
🚀 Deployed to production by https://github.com/AndrewGable in version: 1.4.84-3 🚀
|
Details
Problem:
There was no possibility to setup QBO or Xero integration on some Android devices. WebView was not responding for any events.
Solution:
While creating Modal we have to define type of the Modal and for integrations(both QBO and Xero) we picked CENTERED type. It allows users to close the modal by swiping down or right and it causes this issue. Changing type for CENTERED_UNSWIPEABLE solves the problem.
This should not be a problem IMO that we disable hiding Modal with swiping down or right since we still have Back Button and native gestures or buttons.
Fixed Issues
$ #40978
PROPOSAL:
Tests
Offline tests
QA Steps
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)myBool && <MyComponent />
.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
Tested on physical Pixel 6 - issue existed before fix
screen-20240612-124626.mp4