|
@@ -213,7 +213,7 @@ public class ConversationItem extends AbstractFlexibleItem<ConversationItem.Conv
|
|
|
|
|
|
boolean shouldLoadAvatar = true;
|
|
boolean shouldLoadAvatar = true;
|
|
String objectType;
|
|
String objectType;
|
|
- if (TextUtils.isEmpty(objectType = conversation.getObjectType())) {
|
|
|
|
|
|
+ if (!TextUtils.isEmpty(objectType = conversation.getObjectType())) {
|
|
switch (objectType) {
|
|
switch (objectType) {
|
|
case "share:password":
|
|
case "share:password":
|
|
shouldLoadAvatar = false;
|
|
shouldLoadAvatar = false;
|