This commit is contained in:
nixzhu
2015-07-20 14:21:16 +08:00
parent a47cc29a59
commit 48c90b1fa3
2 changed files with 0 additions and 4 deletions
@@ -59,8 +59,6 @@ class ChatLeftVideoCell: UICollectionViewCell {
if progress <= 1.0 {
loadingProgress = progress
} else if progress > 1.0 {
loadingProgress = 1.0
}
if let image = image {
@@ -47,8 +47,6 @@ class ChatRightVideoCell: ChatRightBaseCell {
if progress <= 1.0 {
loadingProgress = progress
} else if progress > 1.0 {
loadingProgress = 1.0
}
if let image = image {