From c9a2fac84a50f7f7c0335d52fc17b8566d458798 Mon Sep 17 00:00:00 2001 From: Adam Cohen Date: Mon, 19 Mar 2018 20:50:49 -0700 Subject: [PATCH] Fix proguard flag -> widget resize frame animations are broken Change-Id: I138b29d7d99f80462985f9e2445048b3ab690e18 --- proguard.flags | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proguard.flags b/proguard.flags index cac8930d5d..086337dfa2 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);