mirror of
https://github.com/MessageKit/MessageKit.git
synced 2026-02-06 19:03:19 +00:00
Merge pull request #1643 from eltociear/patch-1
Fix typo in AudioMessageCell.swift
This commit is contained in:
@@ -38,7 +38,7 @@ open class AudioMessageCell: MessageContentCell {
|
||||
return playButton
|
||||
}()
|
||||
|
||||
/// The time duration lable to display on audio messages.
|
||||
/// The time duration label to display on audio messages.
|
||||
public lazy var durationLabel: UILabel = {
|
||||
let durationLabel = UILabel(frame: CGRect.zero)
|
||||
durationLabel.textAlignment = .right
|
||||
|
||||
Reference in New Issue
Block a user