mirror of
https://github.com/wahyd4/Yep.git
synced 2026-08-22 11:16:36 +10:00
undo
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user