mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Add toString() method to Keyboard
Change-Id: I74c8f006323ed78ec67414fd17849ab40966968e
This commit is contained in:
parent
4ed69eed00
commit
35336cf83a
@ -219,6 +219,11 @@ public class Keyboard {
|
||||
return code >= CODE_SPACE;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return mId.toString();
|
||||
}
|
||||
|
||||
public static class Params {
|
||||
public KeyboardId mId;
|
||||
public int mThemeId;
|
||||
|
Loading…
x
Reference in New Issue
Block a user