mirror of
https://github.com/deltachat/deltachat-android.git
synced 2025-10-06 03:49:58 +02:00
remove old videochat invitations
This commit is contained in:
parent
364d15442a
commit
01c766db41
7 changed files with 5 additions and 109 deletions
|
@ -965,13 +965,6 @@ public class ConversationActivity extends PassphraseRequiredActionBarActivity
|
|||
AttachmentManager.selectGallery(this, PICK_GALLERY); break;
|
||||
case AttachmentTypeSelector.ADD_DOCUMENT:
|
||||
AttachmentManager.selectDocument(this, PICK_DOCUMENT); break;
|
||||
case AttachmentTypeSelector.INVITE_VIDEO_CHAT:
|
||||
if (isMultiUser()) {
|
||||
VideochatUtil.startMeeting(this, chatId);
|
||||
} else {
|
||||
VideochatUtil.startCall(this, chatId);
|
||||
}
|
||||
break;
|
||||
case AttachmentTypeSelector.ADD_CONTACT_INFO:
|
||||
startContactChooserActivity(); break;
|
||||
case AttachmentTypeSelector.ADD_LOCATION:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue