am 40a67396: Fix broken build
* commit '40a67396454aa4a8173d210e82d584ef5cb5a659': Fix broken buildmain
commit
34a55b316d
|
@ -110,6 +110,12 @@ public class LatinKeyboard extends Keyboard {
|
|||
super(context, new KeyboardParams());
|
||||
}
|
||||
|
||||
@Override
|
||||
public Builder load(int xmlId, KeyboardId id) {
|
||||
super.load(xmlId, id);
|
||||
return this;
|
||||
}
|
||||
|
||||
@Override
|
||||
public LatinKeyboard build() {
|
||||
return new LatinKeyboard(mContext, mParams);
|
||||
|
|
Loading…
Reference in New Issue