删除之前测试用的代码

master
ThankVinci 4 years ago
parent ebf2c07865
commit 9c10cf8ce4

@ -46,9 +46,6 @@ public class FileThread implements Runnable{
try {
FileUtils.unzip(srcFile,desPath,passwd,handler);
Log.d("TAG:","解压完成");
md5 = FileUtils.getFileMD5(srcFile);
data.putString("md5",md5);
msg.what = FileHandler.FUNCTION_GET_MD5;
data.putBoolean("successful",true);
msg.what = FileHandler.FUNCTION_DECOMPRESS;
msg.setData(data);

Loading…
Cancel
Save