This commit is contained in:
12aw 2024-02-12 21:32:54 +01:00
parent 28a1ee4b7f
commit 5898772aa7

View file

@ -387,7 +387,7 @@ public class StartConversationActivity extends XmppActivity implements XmppConne
showPublicChannelDialog(); showPublicChannelDialog();
break; break;
case R.id.join_public_channel: case R.id.join_public_channel:
showJoinConferenceDialog(prefilled); showJoinConferenceDialog(prefilled, null);
break; break;
case R.id.create_contact: case R.id.create_contact:
showCreateContactDialog(prefilled, null); showCreateContactDialog(prefilled, null);