fix an issue where voice messages in message info screen won't show the duration

pull/874/head
Ryan ZHAO 1 year ago
parent 6dc5d3031b
commit 408c889926

@ -68,7 +68,7 @@ struct VoiceMessageView_SwiftUI: View {
height: Self.toggleContainerSize
)
Text(time)
Text(attachment.duration.defaulting(to: 0).formatted(format: .hoursMinutesSeconds))
.foregroundColor(themeColor: .textPrimary)
.font(.system(size: Values.smallFontSize))
}

Loading…
Cancel
Save