am cb8cb95d
: Fix NPE
* commit 'cb8cb95d0afd340de9f1a0e15948f0068d2450bc': Fix NPE
This commit is contained in:
commit
44f4d77b75
1 changed files with 1 additions and 0 deletions
|
@ -1655,6 +1655,7 @@ public class LatinIME extends InputMethodServiceCompatWrapper implements Keyboar
|
||||||
}
|
}
|
||||||
|
|
||||||
public boolean isShowingPunctuationList() {
|
public boolean isShowingPunctuationList() {
|
||||||
|
if (mSuggestionsView == null) return false;
|
||||||
return mSettingsValues.mSuggestPuncList == mSuggestionsView.getSuggestions();
|
return mSettingsValues.mSuggestPuncList == mSuggestionsView.getSuggestions();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue