Insert confirmed calendar events

This commit is contained in:
M66B
2023-05-18 09:23:26 +02:00
parent 3705f5061a
commit ef061a965f
2 changed files with 6 additions and 2 deletions

View File

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