Skip to content

Fix email verification input #6367

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

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

Kota-Jagadeesh
Copy link
Collaborator

  • Resolved issue where the email verification input field height increased when pressing the Enter key on the soft keyboard.
  • Updated LoginActivity.kt to handle IME_ACTION_DONE in askUserForTwoFactorAuth, ensuring performLogin is triggered correctly.
  • Modified activity_login.xml, layout-land/activity_login.xml, and layout-xlarge/activity_login.xml to set imeOptions to actionDone and enforce singleLine to prevent height expansion.
  • Tested on emulator to verify "Done" submits the verification code without layout issues.
  • [Bug]: Email verification input text field should not be multiline on login screen #6348 .
  • BEFORE :
    image
  • AFTER :
    Screenshot from 2025-07-06 13-32-08

Copy link

github-actions bot commented Jul 6, 2025

✅ Generated APK variants!

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

Successfully merging this pull request may close these issues.

1 participant