commit | c9a2fac84a50f7f7c0335d52fc17b8566d458798 | [log] [tgz] |
---|---|---|
author | Adam Cohen <adamcohen@google.com> | Mon Mar 19 20:50:49 2018 -0700 |
committer | Adam Cohen <adamcohen@google.com> | Mon Mar 19 20:51:26 2018 -0700 |
tree | dc0ad25f884478d6272c6435c7142f96ac5f4383 | |
parent | b036dbb622e9dfb07ecbec2e202e73bd3a21321f [diff] [blame] |
Fix proguard flag -> widget resize frame animations are broken Change-Id: I138b29d7d99f80462985f9e2445048b3ab690e18
diff --git a/proguard.flags b/proguard.flags index cac8930..086337d 100644 --- a/proguard.flags +++ b/proguard.flags
@@ -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);