kopia lustrzana https://github.com/ryukoposting/Signal-Android
rodzic
e67dafe9c8
commit
9fed60628d
|
@ -124,7 +124,7 @@ public class AttachmentDownloadJob extends MasterSecretJob implements Injectable
|
||||||
|
|
||||||
private File createTempFile() throws InvalidPartException {
|
private File createTempFile() throws InvalidPartException {
|
||||||
try {
|
try {
|
||||||
File file = File.createTempFile("push-attachment", "tmp");
|
File file = File.createTempFile("push-attachment", "tmp", context.getCacheDir());
|
||||||
file.deleteOnExit();
|
file.deleteOnExit();
|
||||||
|
|
||||||
return file;
|
return file;
|
||||||
|
|
Ładowanie…
Reference in New Issue