-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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 Zendesk contact support overlap for Android 15 (SDK 35) #21617
Conversation
Generated by 🚫 Danger |
📲 You can test the changes from this Pull Request in WordPress by scanning the QR code below to install the corresponding build.
|
📲 You can test the changes from this Pull Request in Jetpack by scanning the QR code below to install the corresponding build.
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## trunk #21617 +/- ##
=======================================
Coverage 39.44% 39.44%
=======================================
Files 2119 2119
Lines 99485 99485
Branches 15308 15308
=======================================
Hits 39246 39246
Misses 56760 56760
Partials 3479 3479 ☔ View full report in Codecov by Sentry. |
Quality Gate passedIssues Measures |
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.
Changes tested well for me. 🚀
Fixes #21616
After updating to Android 15's edge-to-edge support, we noticed the message field at the bottom of Zendesk's WebView-based "Contact support" screen overlapped the bottom navigation bar and wasn't tappable, as shown below:
This PR addresses the problem by ignoring edge-to-edge for that specific activity:
I also added some minor cleanup to our previous edge-to-edge support.
Note that if you see the suggested questions overlapping as in the screenshot below, this is a long-standing issue with Zendesk and isn't caused by this PR.