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 }