Commit 7719d401 authored by wanglei's avatar wanglei

...

parent 1c6c6646
...@@ -64,7 +64,7 @@ class CleanJunkActivity : BaseActivity<ActivityLayoutCleanJunkBinding>() { ...@@ -64,7 +64,7 @@ class CleanJunkActivity : BaseActivity<ActivityLayoutCleanJunkBinding>() {
} }
if (scanFinish) { if (scanFinish) {
if (junkExpandAdapter.getAllChildItemCount() == 0) { if (junkExpandAdapter.getAllChildItemCount() == 0) {
binding.tvBtn.visibility = View.GONE binding.tvBtn.visibility = View.VISIBLE
binding.llTwoBtn.visibility = View.GONE binding.llTwoBtn.visibility = View.GONE
} else { } else {
binding.tvBtn.isVisible = true binding.tvBtn.isVisible = true
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment