Commit 0dd538eb authored by wanglei's avatar wanglei

...

parent 7719d401
......@@ -54,6 +54,7 @@ class CleanJunkActivity : BaseActivity<ActivityLayoutCleanJunkBinding>() {
junkExpandAdapter = JunkExpandAdapter { size ->
if (size == 0L) {
binding.tvBtn.text = "Got it"
binding.tvBtn.isEnabled = true
binding.tvSize.text = "0"
binding.tvUnit.text = "B"
} else {
......
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