* commit 'debc7ffd692884f22904bd519124f9657170ec7e': Add toString() method to Keyboard
This commit is contained in:
commit
a81cba58ff
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