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…
Reference in New Issue