Render automatic declines differently in the UI

and show them as they happen via an Event
This commit is contained in:
Torsten Grote
2021-03-02 11:13:48 -03:00
parent 4d3482e40e
commit f3d628afa7
3 changed files with 20 additions and 0 deletions

View File

@@ -209,6 +209,10 @@ class ConversationVisitor implements
text = ctx.getString(
R.string.groups_invitations_response_accepted_sent,
contactName.getValue());
} else if (r.isAutoDecline()) {
text = ctx.getString(
R.string.groups_invitations_response_declined_auto,
contactName.getValue());
} else {
text = ctx.getString(
R.string.groups_invitations_response_declined_sent,