mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-08 01:53:25 +02:00
Insert confirmed calendar events
This commit is contained in:
@@ -3712,7 +3712,6 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
|
||||
Bundle args = new Bundle();
|
||||
args.putLong("message", message.id);
|
||||
args.putLong("account", message.account);
|
||||
args.putInt("status", CalendarContract.Events.STATUS_TENTATIVE);
|
||||
|
||||
new SimpleTask<String>() {
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user