Merge "Ensuring that our animation callbacks are not stripped by pro guard." into ub-launcher3-burnaby

This commit is contained in:
Winson Chung
2015-04-17 17:32:55 +00:00
committed by Android (Google) Code Review
+5
View File
@@ -62,3 +62,8 @@
public int getBrightness();
public void setBrightness(int);
}
-keep class com.android.launcher3.AppsContainerRecyclerView {
public void setFastScrollerAlpha(float);
public float getFastScrollerAlpha();
}