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

Commit ce77f36a authored by Adam Cohen's avatar Adam Cohen
Browse files

Don't obfuscate Launcher3

Change-Id: I86ac745602c0d3c09842ed9553f7589c232f5d23
parent 76648c58
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
-keep,allowshrinking,allowoptimization class com.android.launcher3.** {
  *;
}

-keep class com.android.launcher3.BaseRecyclerViewFastScrollBar {
  public void setWidth(int);
  public int getWidth();