优化
This commit is contained in:
@@ -87,7 +87,8 @@ class BooksFragment() : BaseFragment(R.layout.fragment_books),
|
|||||||
position = it.getInt("position", 0)
|
position = it.getInt("position", 0)
|
||||||
groupId = it.getLong("groupId", -1)
|
groupId = it.getLong("groupId", -1)
|
||||||
bookSort = it.getInt("bookSort", 0)
|
bookSort = it.getInt("bookSort", 0)
|
||||||
binding.refreshLayout.isEnabled = it.getBoolean("enableRefresh", true)
|
enableRefresh = it.getBoolean("enableRefresh", true)
|
||||||
|
binding.refreshLayout.isEnabled = enableRefresh
|
||||||
}
|
}
|
||||||
initRecyclerView()
|
initRecyclerView()
|
||||||
upRecyclerData()
|
upRecyclerData()
|
||||||
|
|||||||
Reference in New Issue
Block a user