diff options
Diffstat (limited to '')
-rw-r--r-- | wear_ui.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wear_ui.cpp b/wear_ui.cpp index 2502313ff..b437fd0ae 100644 --- a/wear_ui.cpp +++ b/wear_ui.cpp @@ -245,7 +245,7 @@ void WearRecoveryUI::progress_loop() { if ((currentIcon == INSTALLING_UPDATE || currentIcon == ERASING) && !show_text) { if (!intro_done) { - if (current_frame == intro_frames - 1) { + if (current_frame >= intro_frames - 1) { intro_done = true; current_frame = 0; } else { |