mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-16 04:39:54 +01:00
Remote wipe notification
This commit is contained in:
@@ -334,13 +334,12 @@ class ConversationVisitor implements
|
|||||||
return new ConversationNoticeItem(
|
return new ConversationNoticeItem(
|
||||||
R.layout.list_item_conversation_notice_out, text, r);
|
R.layout.list_item_conversation_notice_out, text, r);
|
||||||
case CONFIRM:
|
case CONFIRM:
|
||||||
if (!r.isLocal()) {
|
System.out.println("Processing confirm message");
|
||||||
String confirmText =
|
String confirmText =
|
||||||
ctx.getString(R.string.remote_wipe_confirm_received,
|
ctx.getString(R.string.remote_wipe_confirm_received,
|
||||||
contactName.getValue());
|
contactName.getValue());
|
||||||
return new ConversationNoticeItem(
|
return new ConversationNoticeItem(
|
||||||
R.layout.list_item_conversation_notice_in, confirmText, r);
|
R.layout.list_item_conversation_notice_in, confirmText, r);
|
||||||
}
|
|
||||||
default: // REVOKE
|
default: // REVOKE
|
||||||
String revokeText;
|
String revokeText;
|
||||||
if (r.isLocal()) {
|
if (r.isLocal()) {
|
||||||
|
|||||||
Reference in New Issue
Block a user