diff --git a/Yep/Views/Cells/ChatLeftVideo/ChatLeftVideoCell.swift b/Yep/Views/Cells/ChatLeftVideo/ChatLeftVideoCell.swift
index 65a46dcc..9f7bf63b 100644
--- a/Yep/Views/Cells/ChatLeftVideo/ChatLeftVideoCell.swift
+++ b/Yep/Views/Cells/ChatLeftVideo/ChatLeftVideoCell.swift
@@ -45,12 +45,10 @@ class ChatLeftVideoCell: UICollectionViewCell {
if progress == 1.0 {
loadingProgressView.hidden = true
- playImageView.hidden = false
} else {
loadingProgressView.progress = progress
loadingProgressView.hidden = false
- playImageView.hidden = true
}
}
@@ -58,8 +56,6 @@ class ChatLeftVideoCell: UICollectionViewCell {
self.mediaTapAction = mediaTapAction
- playImageView.hidden = message.downloadState != MessageDownloadState.Downloaded.rawValue
-
if let sender = message.fromFriend {
AvatarCache.sharedInstance.roundAvatarOfUser(sender, withRadius: YepConfig.chatCellAvatarSize() * 0.5) { [unowned self] roundImage in
dispatch_async(dispatch_get_main_queue()) {
diff --git a/Yep/Views/Cells/ChatLeftVideo/ChatLeftVideoCell.xib b/Yep/Views/Cells/ChatLeftVideo/ChatLeftVideoCell.xib
index d1ebd986..bfeed5c3 100644
--- a/Yep/Views/Cells/ChatLeftVideo/ChatLeftVideoCell.xib
+++ b/Yep/Views/Cells/ChatLeftVideo/ChatLeftVideoCell.xib
@@ -28,7 +28,7 @@
-
+