From 9cbea78b19badc86299b0ac4254799d8a3bf9684 Mon Sep 17 00:00:00 2001 From: Winson Chung Date: Thu, 16 Apr 2015 21:18:34 -0700 Subject: [PATCH] Ensuring that our animation callbacks are not stripped by pro guard. Bug 20296035 --- proguard.flags | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/proguard.flags b/proguard.flags index 83a491dfd8..ee6bfa5d1a 100644 --- a/proguard.flags +++ b/proguard.flags @@ -62,3 +62,8 @@ public int getBrightness(); public void setBrightness(int); } + +-keep class com.android.launcher3.AppsContainerRecyclerView { + public void setFastScrollerAlpha(float); + public float getFastScrollerAlpha(); +} \ No newline at end of file