Ensure waveform is not null for voice message.
This commit is contained in:
parent
efd745a042
commit
54c26857bd
1 changed files with 1 additions and 1 deletions
|
|
@ -196,7 +196,7 @@ class EventItemFactory @Inject constructor(
|
|||
senderAvatar = event.senderProfile.getAvatarUrl(),
|
||||
dateSent = dateSent,
|
||||
dateSentFull = dateSentFull,
|
||||
waveform = type.details?.waveform,
|
||||
waveform = type.details?.waveform.orEmpty(),
|
||||
),
|
||||
mediaSource = type.source,
|
||||
duration = type.info?.duration?.inWholeMilliseconds?.toHumanReadableDuration(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue