mirror of
https://github.com/deltachat/deltachat-android.git
synced 2025-10-06 03:49:58 +02:00
undo temporary test
This commit is contained in:
parent
fa868077b0
commit
3086c72304
5 changed files with 41 additions and 47 deletions
|
@ -951,7 +951,12 @@ public class ConversationActivity extends PassphraseRequiredActionBarActivity
|
|||
case AttachmentTypeSelector.ADD_DOCUMENT:
|
||||
AttachmentManager.selectDocument(this, PICK_DOCUMENT); break;
|
||||
case AttachmentTypeSelector.INVITE_VIDEO_CHAT:
|
||||
new VideochatUtil().invite(this, chatId); break;
|
||||
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