mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
am 7542b8d8: Merge "Fix tests."
* commit '7542b8d83dd200801dcdf8c5151ff5b2c70fb99a': Fix tests.
This commit is contained in:
commit
812c97b4cf
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user