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

Commit d465e2aa authored by Tadashi G. Takaoka's avatar Tadashi G. Takaoka Committed by Android (Google) Code Review
Browse files

Merge "Fix unit test helper" into honeycomb-mr1

parents fe18612c d90be6c9
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -14,3 +14,7 @@
  void waitUntilUpdateDBDone();
  void waitForDictionaryLoading();
}

-keep class com.android.inputmethod.latin.AutoCorrection {
  java.lang.CharSequence getAutoCorrectionWord();
}
+1 −0
Original line number Diff line number Diff line
@@ -73,6 +73,7 @@ public class SuggestHelper {
                final int[] codes = mKeyDetector.newCodeArray();
                mKeyDetector.getKeyIndexAndNearbyCodes(x, y, codes);
                word.add(c, codes, x, y);
                return;
            }
        }
        word.add(c, new int[] { c }, WordComposer.NOT_A_COORDINATE, WordComposer.NOT_A_COORDINATE);