mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 06:38:29 +02:00
Fixed "Prefix too short"
This commit is contained in:
@@ -1369,7 +1369,7 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
|
||||
response.setMethod(Method.REPLY);
|
||||
response.addEvent(ev);
|
||||
|
||||
File ics = File.createTempFile(Long.toString(attachment.id), ".ics", context.getCacheDir());
|
||||
File ics = File.createTempFile("calendar", ".ics", context.getCacheDir());
|
||||
response.write(ics);
|
||||
|
||||
return ics;
|
||||
|
||||
Reference in New Issue
Block a user