Fix proguard flag

-> widget resize frame animations are broken

Change-Id: I138b29d7d99f80462985f9e2445048b3ab690e18
This commit is contained in:
Adam Cohen 2018-03-19 20:50:49 -07:00
parent b036dbb622
commit c9a2fac84a
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@
public int getY();
}
-keep class com.android.launcher3.dragndrop.DragLayer$LayoutParams {
-keep class com.android.launcher3.views.BaseDragLayer$LayoutParams {
public void setWidth(int);
public int getWidth();
public void setHeight(int);