mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Fix broken build
This is a followup change of I8376f4f5 Change-Id: I4de4cbc903beb71d805e62b5172076a949854bc0
This commit is contained in:
parent
ebec5259b7
commit
40a6739645
@ -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…
x
Reference in New Issue
Block a user