mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
am 732f2798: Merge "Add toString() method to Keyboard" into jb-mr1-dev
* commit '732f27984e3e9c98748aee4726dc9eaed7a14776': Add toString() method to Keyboard
This commit is contained in:
commit
debc7ffd69
@ -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