mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
am 0de529b4: Fix NPE
* commit '0de529b4cac458b2d561060d3ae2c7f7f82b676d': Fix NPE
This commit is contained in:
commit
70a450afe9
@ -147,7 +147,9 @@ public final class KeyboardSwitcher implements KeyboardState.SwitchActions {
|
|||||||
|
|
||||||
public void onHideWindow() {
|
public void onHideWindow() {
|
||||||
mIsAutoCorrectionActive = false;
|
mIsAutoCorrectionActive = false;
|
||||||
mKeyboardView.onHideWindow();
|
if (mKeyboardView != null) {
|
||||||
|
mKeyboardView.onHideWindow();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private void setKeyboard(final Keyboard keyboard) {
|
private void setKeyboard(final Keyboard keyboard) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user