-
Notifications
You must be signed in to change notification settings - Fork 28.1k
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
calling keyboard.service.hide() twice in a row causes a crash #114
Labels
a: text input
Entering text in a text field or keyboard related problems
c: crash
Stack traces logged to the console
Comments
Appears to be fixed. |
13 tasks
This was referenced Dec 11, 2020
This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
a: text input
Entering text in a text field or keyboard related problems
c: crash
Stack traces logged to the console
Thursday Jul 23, 2015 at 00:29 GMT
Originally opened as https://github.com/flutter/engine/issues/226
The Java side of this isn't null-checking fields. It assumes its API contract is going to be followed.
services/keyboard/src/org/chromium/mojo/keyboard/KeyboardServiceImpl.java
The text was updated successfully, but these errors were encountered: