am cb8cb95d: Fix NPE

* commit 'cb8cb95d0afd340de9f1a0e15948f0068d2450bc':
  Fix NPE
main
Ken Wakasa 2011-10-26 14:25:28 +00:00 committed by Android Git Automerger
commit 44f4d77b75
1 changed files with 1 additions and 0 deletions

View File

@ -1655,6 +1655,7 @@ public class LatinIME extends InputMethodServiceCompatWrapper implements Keyboar
}
public boolean isShowingPunctuationList() {
if (mSuggestionsView == null) return false;
return mSettingsValues.mSuggestPuncList == mSuggestionsView.getSuggestions();
}