From fd99ee89f8717e2bb68146416be3a1c28009cabb Mon Sep 17 00:00:00 2001 From: nixzhu Date: Fri, 17 Jul 2015 13:01:24 +0800 Subject: [PATCH] progress --- Yep/Views/ProgressViews/MessageLoadingProgressView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Yep/Views/ProgressViews/MessageLoadingProgressView.swift b/Yep/Views/ProgressViews/MessageLoadingProgressView.swift index 958a4412..2277dda0 100644 --- a/Yep/Views/ProgressViews/MessageLoadingProgressView.swift +++ b/Yep/Views/ProgressViews/MessageLoadingProgressView.swift @@ -18,7 +18,7 @@ class MessageLoadingProgressView: UIView { override func drawRect(rect: CGRect) { - if progress <= 0 { + if progress <= 0 || progress == 1.0 { return }