We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The text was updated successfully, but these errors were encountered:
Hi,
When are you calling this function? Can you post code to reproduce the issue?
Sorry, something went wrong.
This is called inside onResponse event of REST API call
x = (FloatingLabelEditText) findViewById(R.id.x); y = (FloatingLabelEditText) findViewById(R.id.y);
x.setInputWidgetText(data.getString("x")); y.setInputWidgetText(data.getString("y"));
Thanks, I'll have a look as soon as possible. In the meantime, if you have a fix, do not hesitate to make a pull request.
Sure
I've notice the same behaviour only in one case - when I prevent showing the keyboard on start of activity. Something with focus...
vpratfr
No branches or pull requests
The text was updated successfully, but these errors were encountered: