Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit be7939c9 authored by Sunny Goyal's avatar Sunny Goyal
Browse files

Proguard changing methods required for click feedback aniamtion

Bug: 18323452
Change-Id: Iac6d75a3c46c3a4c2a74af43bd1fca738235c2d5
parent 8dfe2da6
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -57,3 +57,8 @@
  public float getAnimationProgress();
  public void setAnimationProgress(float);
}

-keep class com.android.launcher3.FastBitmapDrawable {
  public int getBrightness();
  public void setBrightness(int);
}