Fixing proguard stripping animation method.

This commit is contained in:
Winson Chung 2015-06-12 12:20:34 -07:00
parent e89cf793ab
commit fd98e3e3fc
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@
public void setBrightness(int);
}
-keep class com.android.launcher3.AppsContainerRecyclerView {
-keep class com.android.launcher3.BaseRecyclerView {
public void setFastScrollerAlpha(float);
public float getFastScrollerAlpha();
}