Commit 7a41f290 authored by wanglei's avatar wanglei

...

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