summaryrefslogtreecommitdiffstats
path: root/screen_ui.cpp
diff options
context:
space:
mode:
authorPrashant Malani <pmalani@google.com>2016-03-10 04:40:20 +0100
committerPrashant Malani <pmalani@google.com>2016-03-10 04:40:20 +0100
commitf7f9e50528761022989c4f0cac6a92716b54674f (patch)
tree8f428bb0debeb61b70cfbf5e9b43b58cf5935465 /screen_ui.cpp
parentrecovery: More refactoring of WearUI (diff)
downloadandroid_bootable_recovery-f7f9e50528761022989c4f0cac6a92716b54674f.tar
android_bootable_recovery-f7f9e50528761022989c4f0cac6a92716b54674f.tar.gz
android_bootable_recovery-f7f9e50528761022989c4f0cac6a92716b54674f.tar.bz2
android_bootable_recovery-f7f9e50528761022989c4f0cac6a92716b54674f.tar.lz
android_bootable_recovery-f7f9e50528761022989c4f0cac6a92716b54674f.tar.xz
android_bootable_recovery-f7f9e50528761022989c4f0cac6a92716b54674f.tar.zst
android_bootable_recovery-f7f9e50528761022989c4f0cac6a92716b54674f.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 dc596314c..522aa6b23 100644
--- a/screen_ui.cpp
+++ b/screen_ui.cpp
@@ -51,6 +51,7 @@ static double now() {
}
ScreenRecoveryUI::ScreenRecoveryUI() :
+ currentIcon(NONE),
installingFrame(0),
locale(nullptr),
rtl_locale(false),
@@ -75,8 +76,7 @@ ScreenRecoveryUI::ScreenRecoveryUI() :
animation_fps(-1),
installing_frames(-1),
stage(-1),
- max_stage(-1),
- currentIcon(NONE) {
+ max_stage(-1) {
for (int i = 0; i < 5; i++) {
backgroundIcon[i] = nullptr;