* commit '44f4d77b75a2a34077a558e6edf107cd31775cc8': Fix NPE
This commit is contained in:
commit
34d9b5307f
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