am c90ef758: Merge "Ensuring that our animation callbacks are not stripped by pro guard." into ub-launcher3-burnaby
* commit 'c90ef7584be6a82fdc2ab656433cc773f280cd30':
Ensuring that our animation callbacks are not stripped by pro guard.
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