mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-20 12:09:45 +01:00
Fix a typo in getting an object type
Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
parent
f612476f62
commit
013e60af1b
@ -213,7 +213,7 @@ public class ConversationItem extends AbstractFlexibleItem<ConversationItem.Conv
|
||||
|
||||
boolean shouldLoadAvatar = true;
|
||||
String objectType;
|
||||
if (TextUtils.isEmpty(objectType = conversation.getObjectType())) {
|
||||
if (!TextUtils.isEmpty(objectType = conversation.getObjectType())) {
|
||||
switch (objectType) {
|
||||
case "share:password":
|
||||
shouldLoadAvatar = false;
|
||||
|
Loading…
Reference in New Issue
Block a user