mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-23 13:40:43 +01:00
Clarify share types
Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
parent
ac4af6084b
commit
c1508b366e
@ -464,11 +464,12 @@ class ContactsController : BaseController,
|
|||||||
shareTypesList.add("0")
|
shareTypesList.add("0")
|
||||||
// group
|
// group
|
||||||
shareTypesList.add("1")
|
shareTypesList.add("1")
|
||||||
// remote
|
// remote/circles
|
||||||
shareTypesList.add("7");
|
shareTypesList.add("7");
|
||||||
|
|
||||||
if (!isNewConversationView) {
|
if (!isNewConversationView) {
|
||||||
modifiedQueryMap["itemId"] = "difz"
|
modifiedQueryMap["itemId"] = "difz"
|
||||||
|
// emails
|
||||||
shareTypesList.add("4")
|
shareTypesList.add("4")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user