Dedupe network and identity failures.

This commit is contained in:
Greyson Parrelli
2021-10-01 14:21:41 -04:00
committed by Cody Henthorne
parent e01381379c
commit a385cb0b68
19 changed files with 133 additions and 130 deletions

View File

@@ -90,8 +90,8 @@ public class RemoteReplyReceiver extends BroadcastReceiver {
Collections.emptyList(),
Collections.emptyList(),
Collections.emptyList(),
Collections.emptyList(),
Collections.emptyList());
Collections.emptySet(),
Collections.emptySet());
threadId = MessageSender.send(context, reply, -1, false, null, null);
break;
}