This commit is contained in:
Niels Andriesse
2019-09-10 13:50:59 +10:00
parent 7c6c551b32
commit fd389a637a
9 changed files with 33 additions and 42 deletions

View File

@@ -881,7 +881,9 @@ public class ConversationItem extends LinearLayout
String serverId = GroupUtil.getDecodedStringId(conversationRecipient.getAddress().serialize());
String senderDisplayName = DatabaseFactory.getLokiUserDatabase(context).getServerDisplayName(serverId, recipient.getAddress().serialize());
if (senderDisplayName != null) { displayName = senderDisplayName; }
} catch (Exception e) {}
} catch (Exception e) {
// Do nothing
}
this.groupSender.setText(displayName);