Support for syncing and checking secure voice support.

// FREEBIE
This commit is contained in:
Moxie Marlinspike
2015-09-21 17:41:27 -07:00
parent cf14b0478d
commit 7377e6c7da
14 changed files with 236 additions and 77 deletions

View File

@@ -56,7 +56,7 @@ public class ConversationUpdateItem extends LinearLayout
@NonNull MessageRecord messageRecord,
@NonNull Locale locale,
@NonNull Set<MessageRecord> batchSelected,
boolean groupThread, boolean pushDestination)
boolean groupThread)
{
bind(messageRecord, locale);
}