summaryrefslogtreecommitdiffstats
path: root/screen_ui.cpp
diff options
context:
space:
mode:
authorPrashant Malani <pmalani@google.com>2016-03-09 19:16:34 +0100
committerandroid-build-merger <android-build-merger@google.com>2016-03-09 19:16:34 +0100
commitfa623c60d472340c46e63603ce8f1b192f332e15 (patch)
tree4af03ebbb1cb258c15842713b9d9ba2c1f0e4085 /screen_ui.cpp
parentMerge "applypatch: add -fPIC for libimgpatch in Chrome OS." (diff)
parentrecovery: More refactoring of WearUI (diff)
downloadandroid_bootable_recovery-fa623c60d472340c46e63603ce8f1b192f332e15.tar
android_bootable_recovery-fa623c60d472340c46e63603ce8f1b192f332e15.tar.gz
android_bootable_recovery-fa623c60d472340c46e63603ce8f1b192f332e15.tar.bz2
android_bootable_recovery-fa623c60d472340c46e63603ce8f1b192f332e15.tar.lz
android_bootable_recovery-fa623c60d472340c46e63603ce8f1b192f332e15.tar.xz
android_bootable_recovery-fa623c60d472340c46e63603ce8f1b192f332e15.tar.zst
android_bootable_recovery-fa623c60d472340c46e63603ce8f1b192f332e15.zip
Diffstat (limited to 'screen_ui.cpp')
-rw-r--r--screen_ui.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/screen_ui.cpp b/screen_ui.cpp
index 522aa6b23..dc596314c 100644
--- a/screen_ui.cpp
+++ b/screen_ui.cpp
@@ -51,7 +51,6 @@ static double now() {
}
ScreenRecoveryUI::ScreenRecoveryUI() :
- currentIcon(NONE),
installingFrame(0),
locale(nullptr),
rtl_locale(false),
@@ -76,7 +75,8 @@ ScreenRecoveryUI::ScreenRecoveryUI() :
animation_fps(-1),
installing_frames(-1),
stage(-1),
- max_stage(-1) {
+ max_stage(-1),
+ currentIcon(NONE) {
for (int i = 0; i < 5; i++) {
backgroundIcon[i] = nullptr;