From 6788269814a678af976dfc7d6135993e172ce586 Mon Sep 17 00:00:00 2001 From: Adam Cohen Date: Fri, 11 Mar 2011 15:29:03 -0800 Subject: Fixing widget resize visual / ux ugliness, Bug: 4082591 Change-Id: Ib258e02f52dd83418db0c0249efdc90d2424f059 --- proguard.flags | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'proguard.flags') diff --git a/proguard.flags b/proguard.flags index 19c8fd599..94dd2609b 100644 --- a/proguard.flags +++ b/proguard.flags @@ -20,7 +20,7 @@ public void setHoverAlpha(float); } --keep class com.android.launcher2.CellLayout$LayoutParams { +-keep class com.android.launcher2.DragLayer$LayoutParams { public void setWidth(int); public int getWidth(); public void setHeight(int); -- cgit v1.2.3