Ensuring that our animation callbacks are not stripped by pro guard.
Bug 20296035
This commit is contained in:
parent
fb9ca23928
commit
9cbea78b19
|
@ -62,3 +62,8 @@
|
|||
public int getBrightness();
|
||||
public void setBrightness(int);
|
||||
}
|
||||
|
||||
-keep class com.android.launcher3.AppsContainerRecyclerView {
|
||||
public void setFastScrollerAlpha(float);
|
||||
public float getFastScrollerAlpha();
|
||||
}
|
Loading…
Reference in New Issue