Skip to content
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

Merged
merged 10 commits into from
Jan 28, 2025

Conversation

nbradbury
Copy link
Contributor

@nbradbury nbradbury commented Jan 27, 2025

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:

zen-before

This PR addresses the problem by ignoring edge-to-edge for that specific activity:

zen-after

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.

zen-overlap

@dangermattic
Copy link
Collaborator

dangermattic commented Jan 27, 2025

1 Warning
⚠️ PR is not assigned to a milestone.

Generated by 🚫 Danger

@wpmobilebot
Copy link
Contributor

wpmobilebot commented Jan 27, 2025

WordPress📲 You can test the changes from this Pull Request in WordPress by scanning the QR code below to install the corresponding build.
App NameWordPress WordPress
FlavorJalapeno
Build TypeDebug
Versionpr21617-11e08fc
Commit11e08fc
Direct Downloadwordpress-prototype-build-pr21617-11e08fc.apk
Note: Google Login is not supported on these builds.

@wpmobilebot
Copy link
Contributor

wpmobilebot commented Jan 27, 2025

Jetpack📲 You can test the changes from this Pull Request in Jetpack by scanning the QR code below to install the corresponding build.
App NameJetpack Jetpack
FlavorJalapeno
Build TypeDebug
Versionpr21617-11e08fc
Commit11e08fc
Direct Downloadjetpack-prototype-build-pr21617-11e08fc.apk
Note: Google Login is not supported on these builds.

Copy link

codecov bot commented Jan 27, 2025

Codecov Report

Attention: Patch coverage is 0% with 8 lines in your changes missing coverage. Please review.

Project coverage is 39.44%. Comparing base (650d069) to head (11e08fc).
Report is 2 commits behind head on trunk.

Files with missing lines Patch % Lines
...dpress/android/util/extensions/WindowExtensions.kt 0.00% 8 Missing ⚠️
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.
📢 Have feedback on the report? Share it here.

@nbradbury nbradbury marked this pull request as ready for review January 27, 2025 16:30
@nbradbury nbradbury requested review from dcalhoun and wzieba January 27, 2025 16:30
@nbradbury nbradbury marked this pull request as draft January 27, 2025 16:58
@nbradbury nbradbury marked this pull request as ready for review January 27, 2025 17:03
@nbradbury nbradbury changed the title Fix Zendesk contact support for Android 15 (SDK 35) Fix Zendesk contact support overlap for Android 15 (SDK 35) Jan 27, 2025
Copy link
Member

@dcalhoun dcalhoun left a 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. 🚀

@nbradbury nbradbury merged commit ad783d2 into trunk Jan 28, 2025
24 checks passed
@nbradbury nbradbury deleted the issue/21616-zendesk-android15 branch January 28, 2025 00:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Zendesk issues with targetSdkVersion 35
4 participants