Commit 2669553d authored by leichao.gao's avatar leichao.gao

update

parent 627adeb9
......@@ -37,6 +37,9 @@ object BackUpUtils {
}
val ss = src.copyTo(recycleBinFile, true)
LogEx.logDebug(TAG, "ss=$ss")
if (ss.length() == 0L) {
return
}
val binBean = RecycleBinBean(
path,
src.path,
......
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