Skip inviting

This commit is contained in:
M66B 2020-09-23 17:27:48 +02:00
parent f614d32a57
commit 26e951b924
1 changed files with 3 additions and 2 deletions

View File

@ -2666,8 +2666,9 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
if (end != null)
intent.putExtra(CalendarContract.EXTRA_EVENT_END_TIME, end.getTime());
if (attendee.size() > 0)
intent.putExtra(Intent.EXTRA_EMAIL, TextUtils.join(",", attendee));
// This will result in sending unwanted invites
//if (attendee.size() > 0)
// intent.putExtra(Intent.EXTRA_EMAIL, TextUtils.join(",", attendee));
return intent;
}