fix bug #3702 java.lang.IndexOutOfBoundsException Index: 0, Size: 0

com.jude.rollviewpager.RollPagerView.dispatchTouchEvent(RollPagerView.java:402)
This commit is contained in:
huangjian
2020-12-28 17:59:38 +08:00
parent 236b8889fd
commit 640dd5d43e
40 changed files with 1031 additions and 46 deletions

View File

@@ -318,7 +318,7 @@
#暂时keep这个View排查华为oom问题
-keep class com.yizhuan.erban.avroom.widget.MicroView{*;}
-keep class com.jude.rollviewpager.RollPagerView{*;}
-keep class com.yizhuan.erban.ui.widget.rollviewpager.RollPagerView{*;}
#linkedMe
-keep class com.microquation.linkedme.android.** { *; }