mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-05-17 15:32:48 +00:00
fix npe
This commit is contained in:
parent
e337f742b2
commit
43a914f270
1 changed files with 2 additions and 1 deletions
|
@ -1184,7 +1184,8 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen
|
|||
|
||||
@Override
|
||||
public void hideWindow() {
|
||||
mSuggestionStripView.setToolbarVisibility(false);
|
||||
if (mSuggestionStripView != null)
|
||||
mSuggestionStripView.setToolbarVisibility(false);
|
||||
mKeyboardSwitcher.onHideWindow();
|
||||
|
||||
if (TRACE) Debug.stopMethodTracing();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue