Enable kotlin for libsignal-service project and convert SignalServiceDataMessage.

This commit is contained in:
Cody Henthorne
2022-12-08 10:28:24 -05:00
parent fb0aa55cbb
commit ff882edeae
13 changed files with 553 additions and 838 deletions

View File

@@ -68,7 +68,7 @@ public class PointerAttachment extends Attachment {
return results;
}
public static List<Attachment> forPointers(List<SignalServiceDataMessage.Quote.QuotedAttachment> pointers) {
public static List<Attachment> forPointers(@Nullable List<SignalServiceDataMessage.Quote.QuotedAttachment> pointers) {
List<Attachment> results = new LinkedList<>();
if (pointers != null) {