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

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

Merge "Fix tests."

parents e6926663 161080c0
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -183,6 +183,9 @@ public class InputTestsBase extends ServiceTestCase<LatinIMEForTests> {
                | InputType.TYPE_TEXT_FLAG_MULTI_LINE;
        mEditText.setInputType(inputType);
        mEditText.setEnabled(true);
        if (null == Looper.myLooper()) {
            Looper.prepare();
        }
        setupService();
        mLatinIME = getService();
        setDebugMode(true);