mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-14 11:49: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,
|
||||
|
||||
@@ -365,6 +365,7 @@
|
||||
</plurals>
|
||||
<string name="groups_invitations_response_accepted_sent">You accepted the group invitation from %s.</string>
|
||||
<string name="groups_invitations_response_declined_sent">You declined the group invitation from %s.</string>
|
||||
<string name="groups_invitations_response_declined_auto">The group invitation from %s was automatically declined.</string>
|
||||
<string name="groups_invitations_response_accepted_received">%s accepted the group invitation.</string>
|
||||
<string name="groups_invitations_response_declined_received">%s declined the group invitation.</string>
|
||||
<string name="sharing_status_groups">Only the creator can invite new members to the group. Below are all current members of the group.</string>
|
||||
|
||||
Reference in New Issue
Block a user