Small fix

This commit is contained in:
M66B
2020-01-08 12:03:45 +01:00
parent 5b229528a9
commit ac994965e0

View File

@@ -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")