am c43417fb: Fix build
* commit 'c43417fb5d037d49c49176ed92f995b74b861d3e': Fix buildmain
commit
483fc6f1ff
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue