mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-27 07:16:54 +00:00
Proguard changing methods required for click feedback aniamtion
Bug: 18323452 Change-Id: Iac6d75a3c46c3a4c2a74af43bd1fca738235c2d5
This commit is contained in:
@@ -57,3 +57,8 @@
|
||||
public float getAnimationProgress();
|
||||
public void setAnimationProgress(float);
|
||||
}
|
||||
|
||||
-keep class com.android.launcher3.FastBitmapDrawable {
|
||||
public int getBrightness();
|
||||
public void setBrightness(int);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user