Add toString() method to Keyboard
Change-Id: I74c8f006323ed78ec67414fd17849ab40966968e
This commit is contained in:
parent
4ed69eed00
commit
35336cf83a
1 changed files with 5 additions and 0 deletions
|
@ -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…
Reference in a new issue