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 RenderOverFlex Issues on Profile and Email Verification Screens #411

Open
9 of 11 tasks
Saurabhsing21 opened this issue Dec 2, 2024 · 2 comments
Open
9 of 11 tasks

Comments

@Saurabhsing21
Copy link

🐛 Describe the bug

Description

This PR addresses a minor visual issue observed on certain devices:

  1. The "Edit Profile" button on the Profile screen previously encountered a RenderOverFlex error, which has now been resolved.
  2. 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
Old Behavior - Profile Screen New Behavior - Profile Screen

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.
@AyaNady17
Copy link
Member

@Saurabhsing21 Please provide valid images for the issue.

@xkaper001
Copy link
Contributor

Hey @Saurabhsing21 I think this might be a duplicate of an issue I raised 3 weeks ago which I've has fixed in #412

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants