mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-30 11:51:04 +00:00
fix: recycled stat item
This commit is contained in:
@@ -52,6 +52,7 @@ class StatsFragment :
|
||||
|
||||
binding.statisticList.adapter = adapter
|
||||
binding.statisticList.setHasFixedSize(true)
|
||||
binding.statisticList.recycledViewPool.setMaxRecycledViews(0, 0)
|
||||
binding.statisticList.isNestedScrollingEnabled = true
|
||||
binding.statisticList.layoutManager = LinearLayoutManager(requireContext())
|
||||
binding.statisticProgressBar.visibility = View.VISIBLE
|
||||
|
||||
Reference in New Issue
Block a user