am a643b54b
: Add missing KeyDrawParams default constructor to fix build
* commit 'a643b54b4daa262f7b6d5136c7ac54328bc09050': Add missing KeyDrawParams default constructor to fix build
This commit is contained in:
commit
b2f223e67d
1 changed files with 2 additions and 0 deletions
|
@ -43,6 +43,8 @@ public class KeyDrawParams {
|
||||||
|
|
||||||
public int mAnimAlpha;
|
public int mAnimAlpha;
|
||||||
|
|
||||||
|
public KeyDrawParams() {}
|
||||||
|
|
||||||
private KeyDrawParams(final KeyDrawParams copyFrom) {
|
private KeyDrawParams(final KeyDrawParams copyFrom) {
|
||||||
mTypeface = copyFrom.mTypeface;
|
mTypeface = copyFrom.mTypeface;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue