fix: import sample or create file not working. add: edit icon of view sample activity

This commit is contained in:
hyb1996
2017-08-01 10:48:19 +08:00
parent f037a642fd
commit 08419afc3d
13 changed files with 615 additions and 234 deletions

View File

@@ -142,7 +142,7 @@ public class PFile {
return false;
FileOutputStream fos = new FileOutputStream(file);
write(is, fos);
return false;
return true;
} catch (IOException | UncheckedIOException e) {
e.printStackTrace();
return false;