From 869e81a60e8481401a86c46c943155e134db94a5 Mon Sep 17 00:00:00 2001 From: Santos Cordon Date: Wed, 28 Aug 2013 18:34:12 -0700 Subject: adding crossFade animation to proguard crossfade animation was not working for photos and throwing a lot of errors because it was missing from proguard flags. This fixes it. Change-Id: I4ad9ef4a9cc3424e47b5c4cd3db9fa0678330637 --- proguard.flags | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'proguard.flags') diff --git a/proguard.flags b/proguard.flags index 8fa10e0d..bc881435 100644 --- a/proguard.flags +++ b/proguard.flags @@ -1,3 +1,8 @@ -keep class com.android.incallui.widget.multiwaveview.* { *; } + +# Keep names that are used only by animation framework. +-keepclasseswithmembers class com.android.incallui.AnimationUtils$CrossFadeDrawable { + *** setCrossFadeAlpha(...); +} -- cgit v1.2.3