mirror of
https://github.com/wahyd4/Yep.git
synced 2026-08-20 10:16:16 +10:00
fix self's audio playback (can not use weak message in ChatRightBaseCell)
This commit is contained in:
@@ -48,7 +48,7 @@ class ChatRightBaseCell: UICollectionViewCell {
|
||||
}
|
||||
}
|
||||
|
||||
weak var message: Message? {
|
||||
var message: Message? {
|
||||
didSet {
|
||||
tryUpdateMessageState()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user