summaryrefslogtreecommitdiffstats
path: root/proguard.flags
diff options
context:
space:
mode:
authormindyp <mindyp@google.com>2012-09-09 12:18:45 -0700
committermindyp <mindyp@google.com>2012-09-09 12:18:45 -0700
commita53e8fa99d3e4eae6568feb98de2b62a2fb2c8d9 (patch)
tree0ea6e679d7eeb8d78ae3506a146827bb087dfe03 /proguard.flags
parente36e03aa80881c1dbc595aca36eb1944aa543b16 (diff)
downloadandroid_packages_apps_UnifiedEmail-a53e8fa99d3e4eae6568feb98de2b62a2fb2c8d9.tar.gz
android_packages_apps_UnifiedEmail-a53e8fa99d3e4eae6568feb98de2b62a2fb2c8d9.tar.bz2
android_packages_apps_UnifiedEmail-a53e8fa99d3e4eae6568feb98de2b62a2fb2c8d9.zip
Keep setAnimatedHeight pls
Or animating leavebehinditems doesn't work Change-Id: I0f5f92aad2a711bcd273d1d3aa0e34f2d405e5b1
Diffstat (limited to 'proguard.flags')
-rw-r--r--proguard.flags4
1 files changed, 4 insertions, 0 deletions
diff --git a/proguard.flags b/proguard.flags
index b014d70d7..6bc0847d2 100644
--- a/proguard.flags
+++ b/proguard.flags
@@ -44,6 +44,10 @@
*** setAnimatedHeight(...);
}
+-keepclasseswithmembers class com.android.mail.ui.LeaveBehindItem {
+ *** setAnimatedHeight(...);
+}
+
-keepclasseswithmembers class com.android.mail.ui.ConversationViewFragment$MailJsBridge {
public <methods>;
}