From 6860a8913a9a6d892e39faf384503575da191ab1 Mon Sep 17 00:00:00 2001 From: Michael Jurka Date: Thu, 5 Aug 2010 11:00:01 -0700 Subject: fixed crash during animation to all apps - proguard was stripping getter/setter that was used only by reflection --- proguard.flags | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'proguard.flags') diff --git a/proguard.flags b/proguard.flags index c91ca67a2..607c14bba 100644 --- a/proguard.flags +++ b/proguard.flags @@ -7,6 +7,11 @@ public void onClickAllAppsButton(android.view.View); } +-keep class com.android.launcher2.CellLayout { + public float getDimmedBitmapAlpha(); + public void setDimmedBitmapAlpha(float); +} + -keep class com.android.launcher2.AllApps3D$Defines { *; } -- cgit v1.2.3