Merge "Ensuring that our animation callbacks are not stripped by pro guard." into ub-launcher3-burnaby
This commit is contained in:
commit
c90ef7584b
|
@ -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