am a643b54b: Add missing KeyDrawParams default constructor to fix build
* commit 'a643b54b4daa262f7b6d5136c7ac54328bc09050': Add missing KeyDrawParams default constructor to fix buildmain
commit
b2f223e67d
|
@ -43,6 +43,8 @@ public class KeyDrawParams {
|
|||
|
||||
public int mAnimAlpha;
|
||||
|
||||
public KeyDrawParams() {}
|
||||
|
||||
private KeyDrawParams(final KeyDrawParams copyFrom) {
|
||||
mTypeface = copyFrom.mTypeface;
|
||||
|
||||
|
|
Loading…
Reference in New Issue