fix self's audio playback (can not use weak message in ChatRightBaseCell)

This commit is contained in:
nixzhu
2015-06-27 19:15:05 +08:00
parent ac1861d6bb
commit 405df98fd0
@@ -48,7 +48,7 @@ class ChatRightBaseCell: UICollectionViewCell {
}
}
weak var message: Message? {
var message: Message? {
didSet {
tryUpdateMessageState()
}