-
Notifications
You must be signed in to change notification settings - Fork 258
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
Delete button not clickable when visible #49
Comments
After further testing, it only happens when I call If I call |
Realised this is a duplicate of this issue |
I just found this out:
and then call
(independent of the number of characters, even > 0), |
Did you fix the bug finally ? |
I have encountered a strange bug. In one of my activities the keypad delete button cannot be used even though it is set to true in the XML and is visible. This only occurs in one activity, all other activities function correctly.
This is my xml for the layout (identical to one that works in another activity):
in onCreate I set it up:
This code is identical to that of a working activity. So I am stumped as to what is causing it.
Any ideas?
The text was updated successfully, but these errors were encountered: