mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-19 15:23:57 +00:00
fix: z fighting in viewpager2 potential?
This commit is contained in:
@@ -105,9 +105,15 @@ class StatsFragment :
|
||||
binding.filterContainer.visibility = View.GONE
|
||||
}
|
||||
|
||||
override fun onPause() {
|
||||
super.onPause()
|
||||
binding.statisticList.visibility = View.GONE
|
||||
}
|
||||
|
||||
override fun onResume() {
|
||||
super.onResume()
|
||||
if (this::binding.isInitialized) {
|
||||
binding.statisticList.visibility = View.VISIBLE
|
||||
binding.root.requestLayout()
|
||||
if (!loadedFirstTime) {
|
||||
activity.lifecycleScope.launch {
|
||||
|
||||
Reference in New Issue
Block a user