mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-27 15:26:58 +00:00
Fixing proguard issue for resize animations
Change-Id: I5c91644f4efc4b152b6c8c7e6ee5818cc0715e02
This commit is contained in:
@@ -20,6 +20,17 @@
|
||||
public void setHoverAlpha(float);
|
||||
}
|
||||
|
||||
-keep class com.android.launcher2.CellLayout$LayoutParams {
|
||||
public void setWidth(int);
|
||||
public int getWidth();
|
||||
public void setHeight(int);
|
||||
public int getHeight();
|
||||
public void setX(int);
|
||||
public int getX();
|
||||
public void setY(int);
|
||||
public int getY();
|
||||
}
|
||||
|
||||
-keep class com.android.launcher2.Workspace {
|
||||
public float getBackgroundAlpha();
|
||||
public void setBackgroundAlpha(float);
|
||||
|
||||
Reference in New Issue
Block a user