summaryrefslogtreecommitdiffstats
path: root/screen_ui.cpp
diff options
context:
space:
mode:
authorPrashant Malani <pmalani@google.com>2016-03-11 19:31:00 +0100
committerandroid-build-merger <android-build-merger@google.com>2016-03-11 19:31:00 +0100
commit749054e1e34272fc7ed987bfc2f4e24e8b9565ac (patch)
tree44356694d9dcd71287e497ee98ec987809800a29 /screen_ui.cpp
parentMerge "Reboot and retry on I/O errors" into nyc-dev (diff)
parentrecovery: Remove duplicate variables and functions (diff)
downloadandroid_bootable_recovery-749054e1e34272fc7ed987bfc2f4e24e8b9565ac.tar
android_bootable_recovery-749054e1e34272fc7ed987bfc2f4e24e8b9565ac.tar.gz
android_bootable_recovery-749054e1e34272fc7ed987bfc2f4e24e8b9565ac.tar.bz2
android_bootable_recovery-749054e1e34272fc7ed987bfc2f4e24e8b9565ac.tar.lz
android_bootable_recovery-749054e1e34272fc7ed987bfc2f4e24e8b9565ac.tar.xz
android_bootable_recovery-749054e1e34272fc7ed987bfc2f4e24e8b9565ac.tar.zst
android_bootable_recovery-749054e1e34272fc7ed987bfc2f4e24e8b9565ac.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..9f72de4b8 100644
--- a/screen_ui.cpp
+++ b/screen_ui.cpp
@@ -54,7 +54,6 @@ ScreenRecoveryUI::ScreenRecoveryUI() :
currentIcon(NONE),
installingFrame(0),
locale(nullptr),
- rtl_locale(false),
progressBarType(EMPTY),
progressScopeStart(0),
progressScopeSize(0),
@@ -76,7 +75,8 @@ ScreenRecoveryUI::ScreenRecoveryUI() :
animation_fps(-1),
installing_frames(-1),
stage(-1),
- max_stage(-1) {
+ max_stage(-1),
+ rtl_locale(false) {
for (int i = 0; i < 5; i++) {
backgroundIcon[i] = nullptr;