mirror of
https://github.com/wahyd4/Yep.git
synced 2026-08-18 01:07:44 +10:00
progress
This commit is contained in:
@@ -18,7 +18,7 @@ class MessageLoadingProgressView: UIView {
|
||||
|
||||
override func drawRect(rect: CGRect) {
|
||||
|
||||
if progress <= 0 {
|
||||
if progress <= 0 || progress == 1.0 {
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user