Remote notification message on receiving wipe signal

This commit is contained in:
ameba23
2021-05-31 13:40:40 +02:00
parent b4de33c58d
commit a448211549

View File

@@ -326,12 +326,7 @@ class ConversationVisitor implements
String text = ctx.getString(R.string.remote_wipe_wipe_sent, contactName.getValue());
return new ConversationNoticeItem(
R.layout.list_item_conversation_notice_out, text, r);
} else {
// TODO this is only for testing - will be removed in production
String text = "GOT REMOTE WIPE SIGNAL";
return new ConversationNoticeItem(
R.layout.list_item_conversation_notice_in, text, r);
}
} else { return; }
}
}