delete temporary export file when finished
This commit is contained in:
@@ -34,6 +34,8 @@ public class ExportTask extends ProgressDialogTask<ExportTask.Params, Exception>
|
||||
return null;
|
||||
} catch (IOException e) {
|
||||
return e;
|
||||
} finally {
|
||||
boolean ignored = params.getFile().delete();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user