mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-21 12:39:58 +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")
|
||||
// group
|
||||
shareTypesList.add("1")
|
||||
// remote
|
||||
// remote/circles
|
||||
shareTypesList.add("7");
|
||||
|
||||
if (!isNewConversationView) {
|
||||
modifiedQueryMap["itemId"] = "difz"
|
||||
// emails
|
||||
shareTypesList.add("4")
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user