diff options
Diffstat (limited to 'screen_ui.cpp')
-rw-r--r-- | screen_ui.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/screen_ui.cpp b/screen_ui.cpp index b32df3649..55cb74120 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(); |