summaryrefslogtreecommitdiffstats
path: root/proguard.flags
diff options
context:
space:
mode:
Diffstat (limited to 'proguard.flags')
-rw-r--r--proguard.flags4
1 files changed, 2 insertions, 2 deletions
diff --git a/proguard.flags b/proguard.flags
index b4365fee4..e6c4c51c4 100644
--- a/proguard.flags
+++ b/proguard.flags
@@ -5,8 +5,8 @@
-keep class com.android.launcher3.BaseRecyclerViewFastScrollBar {
public void setThumbWidth(int);
public int getThumbWidth();
- public void setTrackAlpha(int);
- public int getTrackAlpha();
+ public void setTrackWidth(int);
+ public int getTrackWidth();
}
-keep class com.android.launcher3.BaseRecyclerViewFastScrollPopup {