mirror of
https://codeberg.org/monocles/monocles_chat.git
synced 2025-01-15 22:22:22 +01:00
Fix up
This commit is contained in:
parent
28a1ee4b7f
commit
5898772aa7
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue