From 3e021e3721bfeb6164d8ac90efefeac6c190123c Mon Sep 17 00:00:00 2001 From: chenjuntao Date: Fri, 21 Apr 2023 16:51:41 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=B7=B7=E6=B7=86?= =?UTF-8?q?=E5=BC=82=E5=B8=B8=E5=AF=BC=E8=87=B4=E7=9A=84=E5=90=AF=E5=8A=A8?= =?UTF-8?q?=E9=97=AA=E9=80=80=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/proguard-rules.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/proguard-rules.txt b/app/proguard-rules.txt index aac0e61546..bdc8a0017a 100644 --- a/app/proguard-rules.txt +++ b/app/proguard-rules.txt @@ -63,6 +63,11 @@ public (android.content.Context, android.util.AttributeSet, int); } +### RecyclerView.jumpToPositionForSmoothScroller +-keep class androidx.recyclerview.widget.RecyclerView { + void jumpToPositionForSmoothScroller(int); +} + ### ViewBinding 反射相关 -keep class * implements androidx.viewbinding.ViewBinding { public static *** inflate(android.view.LayoutInflater, android.view.ViewGroup, boolean);