Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: do not set
initialKeyboard
to null to prevent NPE
As the callback in `RimeWrapper` maybe perform faster or slower, we will not be sure when `setInputView()` will run. We should either check for null for all call to `initialKeyboard`, or do not set it to null.
- Loading branch information