mirror of
https://codeberg.org/monocles/monocles_chat.git
synced 2025-01-27 15:34:14 +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();
|
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);
|
||||||
|
|
Loading…
Add table
Reference in a new issue