Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cb8cb95d authored by Ken Wakasa's avatar Ken Wakasa
Browse files

Fix NPE

bug: 5512097
Change-Id: Id6752c95c9c4b39e7975daa187a2ab92b740060a
parent ee89b40a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1591,6 +1591,7 @@ public class LatinIME extends InputMethodServiceCompatWrapper implements Keyboar
    }

    public boolean isShowingPunctuationList() {
        if (mSuggestionsView == null) return false;
        return mSettingsValues.mSuggestPuncList == mSuggestionsView.getSuggestions();
    }