mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-05 00:23:09 +02:00
Small fix
This commit is contained in:
@@ -2022,7 +2022,7 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
|
||||
}
|
||||
|
||||
if (args.getBoolean("share"))
|
||||
Helper.share(context, (File) result, "text/calendar", action + ".ics");
|
||||
Helper.share(context, (File) result, "text/calendar", status + ".ics");
|
||||
else {
|
||||
Intent reply = new Intent(context, ActivityCompose.class)
|
||||
.putExtra("action", "participation")
|
||||
|
||||
Reference in New Issue
Block a user