mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
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
@ -43,6 +43,8 @@ public class KeyDrawParams {
|
||||
|
||||
public int mAnimAlpha;
|
||||
|
||||
public KeyDrawParams() {}
|
||||
|
||||
private KeyDrawParams(final KeyDrawParams copyFrom) {
|
||||
mTypeface = copyFrom.mTypeface;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user