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