am 2cc170d2: Merge "Fixing proguard stripping animation method." into ub-launcher3-burnaby
* commit '2cc170d2115acf3c8d1f84d6e0727d5bb854fc80':
Fixing proguard stripping animation method.
diff --git a/proguard.flags b/proguard.flags
index 5e2c384..7ec488b 100644
--- a/proguard.flags
+++ b/proguard.flags
@@ -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();
}