mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
am cb8cb95d
: Fix NPE
* commit 'cb8cb95d0afd340de9f1a0e15948f0068d2450bc': Fix NPE
This commit is contained in:
commit
44f4d77b75
@ -1655,6 +1655,7 @@ public class LatinIME extends InputMethodServiceCompatWrapper implements Keyboar
|
||||
}
|
||||
|
||||
public boolean isShowingPunctuationList() {
|
||||
if (mSuggestionsView == null) return false;
|
||||
return mSettingsValues.mSuggestPuncList == mSuggestionsView.getSuggestions();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user