mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Fix NPE
bug: 5512097 Change-Id: Id6752c95c9c4b39e7975daa187a2ab92b740060a
This commit is contained in:
parent
ee89b40a92
commit
cb8cb95d0a
@ -1591,6 +1591,7 @@ public class LatinIME extends InputMethodServiceCompatWrapper implements Keyboar
|
||||
}
|
||||
|
||||
public boolean isShowingPunctuationList() {
|
||||
if (mSuggestionsView == null) return false;
|
||||
return mSettingsValues.mSuggestPuncList == mSuggestionsView.getSuggestions();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user