mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-25 02:55:23 +00:00
Fixed Group control message not showing
This commit is contained in:
parent
5e44d3f808
commit
cfd04f95e3
@ -112,7 +112,7 @@ public class ThreadRecord extends DisplayRecord {
|
|||||||
return "";
|
return "";
|
||||||
}
|
}
|
||||||
else if (isGroupUpdateMessage()) {
|
else if (isGroupUpdateMessage()) {
|
||||||
return context.getString(R.string.groupUpdated);
|
return lastMessage.getDisplayBody(context).toString();
|
||||||
} else if (isOpenGroupInvitation()) {
|
} else if (isOpenGroupInvitation()) {
|
||||||
return context.getString(R.string.communityInvitation);
|
return context.getString(R.string.communityInvitation);
|
||||||
} else if (MmsSmsColumns.Types.isLegacyType(type)) {
|
} else if (MmsSmsColumns.Types.isLegacyType(type)) {
|
||||||
|
Loading…
Reference in New Issue
Block a user