undo temporary test

This commit is contained in:
adbenitez 2025-06-19 17:17:53 +02:00
parent fa868077b0
commit 3086c72304
5 changed files with 41 additions and 47 deletions

View file

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