commit | 9cbea78b19badc86299b0ac4254799d8a3bf9684 | [log] [tgz] |
---|---|---|
author | Winson Chung <winsonc@google.com> | Thu Apr 16 21:18:34 2015 -0700 |
committer | Winson Chung <winsonc@google.com> | Thu Apr 16 21:18:34 2015 -0700 |
tree | ec15d22849300e4748dcdab318c4cedd2938ba3a | |
parent | fb9ca2392894a3dea83570267f9597ac0750b9fd [diff] [blame] |
Ensuring that our animation callbacks are not stripped by pro guard. Bug 20296035
diff --git a/proguard.flags b/proguard.flags index 83a491d..ee6bfa5 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