mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-27 15:26:58 +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 int getBrightness();
|
||||||
public void setBrightness(int);
|
public void setBrightness(int);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
-keep class com.android.launcher3.AppsContainerRecyclerView {
|
||||||
|
public void setFastScrollerAlpha(float);
|
||||||
|
public float getFastScrollerAlpha();
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user