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

Commit 022ef7d1 authored by Jean Chalard's avatar Jean Chalard Committed by Android (Google) Code Review
Browse files

Merge "Fix a shameful bug"

parents e3a2deff dfd4abe8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2047,7 +2047,7 @@ public class LatinIME extends InputMethodServiceCompatWrapper implements Keyboar
            builder = null;
        }

        if (null == builder || builder.size() > 0) {
        if (null != builder && builder.size() > 0) {
            // Explicitly supply an empty typed word (the no-second-arg version of
            // showSuggestions will retrieve the word near the cursor, we don't want that here)
            showSuggestions(builder.build(), "");