Closed
Description
🐛 Describe the bug
Description
This PR addresses a minor visual issue observed on certain devices:
- The "Edit Profile" button on the Profile screen previously encountered a RenderOverFlex error, which has now been resolved.
- An additional RenderOverFlex issue was identified during the Email Verification flow (specifically when requesting an OTP) and has also been fixed.
These issues were discovered during internal testing rather than being reported through an issue tracker. Both problems have been directly addressed in this PR.
Type of Change
- 🐛 Bug Fix: A non-breaking change that resolves existing issues.
How Was This Tested?
The fixes were tested on a Redmi Note 10 Pro device running Android 14.0.1. Below are comparative screenshots:
Profile Screen
Old Behavior | New Behavior |
---|---|
![]() |
![]() |
Checklist
- My code adheres to the project's style guidelines.
- I have conducted a self-review of my code.
- Relevant areas of my code are well-commented for clarity.
- Documentation has been updated where necessary.
- My changes introduce no new warnings.
- I have written/updated tests to validate my changes.
- All existing and new unit tests pass successfully.
- Any dependent changes have been integrated and published in downstream modules.
- I have reviewed and corrected any spelling errors in my code/comments.
Maintainer Checklist
- Closes #xxxx (replace
xxxx
with the relevant GitHub issue number, if applicable). - Tag this PR with appropriate labels for tracking and clarity.
Metadata
Metadata
Assignees
Labels
No labels