fix: import sample or create file not working. add: edit icon of view sample activity
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user