[CLNP-7469] fix: improve keyboard avoidance behavior for Android API 35+ - #252
Merged
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #252 +/- ##
==========================================
- Coverage 11.27% 11.26% -0.01%
==========================================
Files 360 360
Lines 8676 8680 +4
Branches 2328 2450 +122
==========================================
Hits 978 978
- Misses 7697 7701 +4
Partials 1 1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR fixes keyboard avoidance behavior for Android API 35+ devices where enhanced edge-to-edge enforcement causes the keyboard to obscure the ChannelInput component. The solution adds platform-specific handling while maintaining backward compatibility with older Android versions.
- Adds Android API 35+ detection logic for keyboard avoidance
- Updates keyboard behavior configuration to use padding on Android API 35+
- Conditionally removes SafeAreaBottom component for Android API 35+
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
bang9
approved these changes
Aug 20, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
External Contributions
This project is not yet set up to accept pull requests from external contributors.
If you have a pull request that you believe should be accepted, please contact
the Developer Relations team developer-advocates@sendbird.com with details
and we'll evaluate if we can setup a CLA to allow for the contribution.
For Internal Contributors
[CLNP-7469](https://sendbird.atlassian.net/browse/CLNP-7469)
Description Of Changes
Android API 35 에서 강화된 edge-to-edge 적용 으로 인해 keyboard 가 ChannelInput을 가리는 문제입니다.
기존 코드는 유지하고 35 이상에서만 예외처리 추가하였습니다.
Types Of Changes
What types of changes does your code introduce to this project?
Put an
xin the boxes that apply_