mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-12-15 05:01:45 +03: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
1 changed files with 0 additions and 1 deletions
|
@ -109,7 +109,6 @@ class MentionAutocompleteItem(
|
||||||
)
|
)
|
||||||
} else {
|
} else {
|
||||||
holder.binding.nameText.text = displayName
|
holder.binding.nameText.text = displayName
|
||||||
holder.binding.secondaryText.text = "@$objectId"
|
|
||||||
}
|
}
|
||||||
var avatarId = objectId
|
var avatarId = objectId
|
||||||
when (source) {
|
when (source) {
|
||||||
|
|
Loading…
Reference in a new issue