mirror of
https://github.com/pierre42100/ComunicAndroid
synced 2025-09-20 14:29:02 +00:00
Can create conversations
This commit is contained in:
@@ -46,7 +46,8 @@
|
||||
android:id="@+id/fragment_update_conversation_follow"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/fragment_update_conversation_follow"/>
|
||||
android:text="@string/fragment_update_conversation_follow"
|
||||
android:checked="true" /> <!-- Checked by default -->
|
||||
|
||||
<!-- Create the conversation -->
|
||||
<Button
|
||||
|
@@ -84,4 +84,6 @@
|
||||
<string name="err_search_user">Could not search user !</string>
|
||||
<string name="err_add_member_double">This user is already a member of the conversation!</string>
|
||||
<string name="err_get_users_info">Could not get information about users !</string>
|
||||
<string name="err_conversation_need_members">Please add at least one member to the conversation !</string>
|
||||
<string name="err_conversation_create">Could not create conversation !</string>
|
||||
</resources>
|
||||
|
Reference in New Issue
Block a user