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 a8e2b6092..b4365fee4 100644
--- a/proguard.flags
+++ b/proguard.flags
@@ -3,8 +3,8 @@
}
-keep class com.android.launcher3.BaseRecyclerViewFastScrollBar {
- public void setWidth(int);
- public int getWidth();
+ public void setThumbWidth(int);
+ public int getThumbWidth();
public void setTrackAlpha(int);
public int getTrackAlpha();
}