commit | aec20552a41fc9ca93e5ee97c3ddfe0208937383 | [log] [tgz] |
---|---|---|
author | Alain Vongsouvanh <alainv@google.com> | Wed Jun 08 15:51:48 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Wed Jun 08 15:51:48 2016 +0000 |
tree | 8adc9cf251eaac1c5c6964941c594db549e8dc26 | |
parent | df956eceefb6bf7addc0057572741237cacdfa12 [diff] | |
parent | 91d78acbd39ab0235daa46c61742a371266bd003 [diff] |
resolve merge conflicts of 6aa6ddb to nyc-dev am: 771b6eb8d9 am: 91d78acbd3 Change-Id: Ib2c1caa0a5f43d708634aaa69b8b1a9fc094edeb
diff --git a/wear_ui.cpp b/wear_ui.cpp index 5451ed1..e078134 100644 --- a/wear_ui.cpp +++ b/wear_ui.cpp
@@ -245,7 +245,7 @@ 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 {