resolve merge conflicts of 6aa6ddb to nyc-dev
am: 771b6eb8d9
Change-Id: Ie0dabf5fb0930b75117193ae31e73df62d885903
This commit is contained in:
+1
-1
@@ -245,7 +245,7 @@ void WearRecoveryUI::progress_loop() {
|
|||||||
if ((currentIcon == INSTALLING_UPDATE || currentIcon == ERASING)
|
if ((currentIcon == INSTALLING_UPDATE || currentIcon == ERASING)
|
||||||
&& !show_text) {
|
&& !show_text) {
|
||||||
if (!intro_done) {
|
if (!intro_done) {
|
||||||
if (current_frame == intro_frames - 1) {
|
if (current_frame >= intro_frames - 1) {
|
||||||
intro_done = true;
|
intro_done = true;
|
||||||
current_frame = 0;
|
current_frame = 0;
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user