Commit 51af3b20 authored by wanglei's avatar wanglei

...

parent b1fa4dc1
......@@ -163,7 +163,7 @@ class CleanJunkActivity : BaseActivity<ActivityLayoutCleanJunkBinding>() {
emptyFolder.addAll(emptyFolder4)
emptyFolder.addAll(emptyFolder5)
emptyFolder.addAll(emptyFolder6)
emptyFolder.forEach { l ->
emptyFolder.filter { it.listFiles().isNullOrEmpty() }.forEach { l ->
list.add(ChildBean(R.mipmap.kongwenjian, l.name, l.path, 1))
}
delay(Random.nextLong(1500, 2000))
......
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