Skip to content
Snippets Groups Projects
Commit c43417fb authored by Satoshi Kataoka's avatar Satoshi Kataoka
Browse files

Fix build

Change-Id: Ib9373b26b04b0f4789b3cd6a7af64e4bcd2c4b9c
parent 53b37dc0
No related branches found
No related tags found
No related merge requests found
...@@ -94,6 +94,12 @@ public class InputTestsBase extends ServiceTestCase<LatinIME> { ...@@ -94,6 +94,12 @@ public class InputTestsBase extends ServiceTestCase<LatinIME> {
super(c); super(c);
} }
@Override
public void onAttachedToWindow() {
// Make onAttachedToWindow "public"
super.onAttachedToWindow();
}
// overriding hidden API in EditText // overriding hidden API in EditText
public Locale getTextServicesLocale() { public Locale getTextServicesLocale() {
// This method is necessary because EditText is asking this method for the language // This method is necessary because EditText is asking this method for the language
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment