mirror of
https://github.com/nextcloud/talk-android
synced 2025-01-31 19:42:34 +00:00
remove additional information from autocomplete
objectId would be some long random string for email guests. displaying them would not make sense. It's also not done on web. Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
This commit is contained in:
parent
8a3f779fdc
commit
6ede78eb09
@ -109,7 +109,6 @@ class MentionAutocompleteItem(
|
||||
)
|
||||
} else {
|
||||
holder.binding.nameText.text = displayName
|
||||
holder.binding.secondaryText.text = "@$objectId"
|
||||
}
|
||||
var avatarId = objectId
|
||||
when (source) {
|
||||
|
Loading…
Reference in New Issue
Block a user