Commit 8ca7f0fa authored by wanglei's avatar wanglei

...

parent 0997f4d1
......@@ -217,7 +217,8 @@ class ScanJunkActivity : BaseActivity<ActivityScanJunkBinding>() {
cleanSize = size
if (size > 0) {
binding.tvBtn.text = "Clean up ${size.toFormatSize()}"
binding.tvBtn.text = "Got it"
// binding.tvBtn.text = "Clean up ${size.toFormatSize()}"
} else {
binding.tvBtn.text = "Got it"
}
......
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