sample: 自定义控件; fix: ActivityNotFoundException

This commit is contained in:
hyb1996
2018-10-14 10:33:23 +08:00
parent db3571851c
commit 14b7a7e85e
39 changed files with 615 additions and 220 deletions

View File

@@ -64,7 +64,7 @@ public class PFile extends File {
if (renameTo(newFile)) {
return newFile;
} else {
return null;
return this;
}
}