mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-27 07:16:54 +00:00
Ensuring that our animation callbacks are not stripped by pro guard.
Bug 20296035
This commit is contained in:
@@ -62,3 +62,8 @@
|
||||
public int getBrightness();
|
||||
public void setBrightness(int);
|
||||
}
|
||||
|
||||
-keep class com.android.launcher3.AppsContainerRecyclerView {
|
||||
public void setFastScrollerAlpha(float);
|
||||
public float getFastScrollerAlpha();
|
||||
}
|
||||
Reference in New Issue
Block a user