summaryrefslogtreecommitdiffstats
path: root/screen_ui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'screen_ui.cpp')
-rw-r--r--screen_ui.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/screen_ui.cpp b/screen_ui.cpp
index cfe36e186..5d6f17b7d 100644
--- a/screen_ui.cpp
+++ b/screen_ui.cpp
@@ -146,7 +146,6 @@ void ScreenRecoveryUI::draw_background_locked() {
// Should only be called with updateMutex locked.
void ScreenRecoveryUI::draw_progress_locked() {
if (currentIcon == ERROR) return;
- if (progressBarType != DETERMINATE) return;
if (currentIcon == INSTALLING_UPDATE || currentIcon == ERASING) {
GRSurface* frame = GetCurrentFrame();