Skip to content

Commit

Permalink
sample: upgrade BRV 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
liangjingkanji committed Sep 3, 2023
1 parent 38691e7 commit 75656e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
buildscript {
ext {
kotlin_version = '1.7.10'
brv_version = '1.4.0'
brv_version = '1.5.2'
coroutine_version = '1.6.1'
okhttp_version = "4.10.0"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ class PushRefreshFragment :
scope {
binding.rv.models = Get<GameModel>(Api.GAME).await().list
}
}.autoRefresh()
// }.autoRefresh() // 首次下拉刷新
}.showLoading() // 首次加载缺省页
}

override fun initData() {
Expand Down

0 comments on commit 75656e9

Please sign in to comment.