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

CT-1282 android crash while editing text #5

Conversation

svmx-mahesh
Copy link
Collaborator

@svmx-mahesh svmx-mahesh commented Jun 16, 2021

This PR has changes to fix the crash issue observed in specific android devices.(Samsung S20)

Root cause:
When text is added on image, EditText control showing the text shows autosuggestion and highlights the text/word as underline text. When user tries to change focus cursor on underlined text, guessing that it is trying add some system window on EditText Popup window which causes a crash.(Specifically on Samsung s20 device)

Solution : Disabled autosuggestions and changed inputType of Editext control.

@svmx-mahesh svmx-mahesh merged commit 4a79f49 into ServiceMax-Engineering:master Jun 17, 2021
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.

2 participants