mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-27 07:16:54 +00:00
Adding a circular progress bar for preloader icons
Change-Id: I1b5ba61c01a16a8cb5d3f9e31f827f8c99a1ffc9
This commit is contained in:
@@ -52,3 +52,8 @@
|
||||
-keep class com.android.launcher3.MemoryDumpActivity {
|
||||
*;
|
||||
}
|
||||
|
||||
-keep class com.android.launcher3.PreloadIconDrawable {
|
||||
public float getAnimationProgress();
|
||||
public void setAnimationProgress(float);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user