mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-19 22:29:53 +01:00
Assume remote wipe message headers are local
This commit is contained in:
@@ -324,11 +324,9 @@ class ConversationVisitor implements
|
|||||||
R.layout.list_item_conversation_notice_in, text, r);
|
R.layout.list_item_conversation_notice_in, text, r);
|
||||||
}
|
}
|
||||||
default: // WIPE
|
default: // WIPE
|
||||||
if (r.isLocal()) {
|
String text = ctx.getString(R.string.remote_wipe_wipe_sent, contactName.getValue());
|
||||||
String text = ctx.getString(R.string.remote_wipe_wipe_sent, contactName.getValue());
|
return new ConversationNoticeItem(
|
||||||
return new ConversationNoticeItem(
|
R.layout.list_item_conversation_notice_out, text, r);
|
||||||
R.layout.list_item_conversation_notice_out, text, r);
|
|
||||||
} else { return; }
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user