This commit is contained in:
nixzhu
2015-07-17 13:01:24 +08:00
parent fdb5c99d23
commit fd99ee89f8
@@ -18,7 +18,7 @@ class MessageLoadingProgressView: UIView {
override func drawRect(rect: CGRect) {
if progress <= 0 {
if progress <= 0 || progress == 1.0 {
return
}