Loading wear_ui.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -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 { Loading Loading
wear_ui.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -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 { Loading