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();
break;
case R.id.join_public_channel:
showJoinConferenceDialog(prefilled);
showJoinConferenceDialog(prefilled, null);
break;
case R.id.create_contact:
showCreateContactDialog(prefilled, null);