Support for an audio view to allow in-app playback of audio.

Closes #4270
// FREEBIE
This commit is contained in:
Moxie Marlinspike
2015-10-21 15:32:29 -07:00
parent d2f44f6584
commit 15c6f18750
40 changed files with 1228 additions and 162 deletions

View File

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