mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 11:19:04 +01:00
Render automatic declines differently in the UI
and show them as they happen via an Event
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user