1
0
Эх сурвалжийг харах

1.添加积分规则
2.添加分享文章提示
3.修复5.1手机打开webview报错bug
4.修复recyclerview在加载更多时,点击会调用多次接口bug
5.升级gradle版本至3.5.1,SDK提升至29

hegj 5 жил өмнө
parent
commit
9a965ba47b

+ 0 - 3
.github/ISSUE_TEMPLATE.md

@@ -1,3 +0,0 @@
-
-
-

+ 2 - 1
app/src/main/java/me/hegj/wandroid/mvp/ui/adapter/IntegralAdapter.kt

@@ -19,7 +19,8 @@ class IntegralAdapter(data: ArrayList<IntegralResponse>?) : BaseQuickAdapter<Int
         this.rankNum = rank
     }
 
-    override fun convert(helper: BaseViewHolder, item: IntegralResponse?) {
+    override fun convert(helper: BaseViewHolder?, item: IntegralResponse?) {
+        helper?:return
         //赋值
         item?.run {
             if(rankNum==helper.adapterPosition+1){