summaryrefslogtreecommitdiffstats
path: root/screen_ui.cpp
diff options
context:
space:
mode:
authorPrashant Malani <pmalani@google.com>2016-03-09 00:23:51 +0100
committerPrashant Malani <pmalani@google.com>2016-03-09 00:56:54 +0100
commit1c7b2230d8aac9f064f68c48b6aa26aca000cc9d (patch)
tree9f7e07128f339f3a8fbed3cb4c49ce499be60c99 /screen_ui.cpp
parentrecovery: Begin refactor of WearUI to use ScreenRecoveryUI (diff)
downloadandroid_bootable_recovery-1c7b2230d8aac9f064f68c48b6aa26aca000cc9d.tar
android_bootable_recovery-1c7b2230d8aac9f064f68c48b6aa26aca000cc9d.tar.gz
android_bootable_recovery-1c7b2230d8aac9f064f68c48b6aa26aca000cc9d.tar.bz2
android_bootable_recovery-1c7b2230d8aac9f064f68c48b6aa26aca000cc9d.tar.lz
android_bootable_recovery-1c7b2230d8aac9f064f68c48b6aa26aca000cc9d.tar.xz
android_bootable_recovery-1c7b2230d8aac9f064f68c48b6aa26aca000cc9d.tar.zst
android_bootable_recovery-1c7b2230d8aac9f064f68c48b6aa26aca000cc9d.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;