mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Add missing KeyDrawParams default constructor to fix build
Change-Id: Id2ae9e4085b4137c961b5202e0822d484dd71e8e
This commit is contained in:
parent
aa54607246
commit
a643b54b4d
@ -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
Block a user