summaryrefslogtreecommitdiffstats
path: root/recovery.cpp
diff options
context:
space:
mode:
authorDoug Zongker <dougz@google.com>2014-03-18 00:33:14 +0100
committerAndroid Git Automerger <android-git-automerger@android.com>2014-03-18 00:33:14 +0100
commita68c517c628acdcfd0107536f34c3fd882ce0629 (patch)
treebf08d4b39df094d50b0b671297b2fb807f5f40f8 /recovery.cpp
parentminzip: 64 bit build issue (diff)
parentresolved conflicts for merge of d90da130 to klp-modular-dev-plus-aosp (diff)
downloadandroid_bootable_recovery-a68c517c628acdcfd0107536f34c3fd882ce0629.tar
android_bootable_recovery-a68c517c628acdcfd0107536f34c3fd882ce0629.tar.gz
android_bootable_recovery-a68c517c628acdcfd0107536f34c3fd882ce0629.tar.bz2
android_bootable_recovery-a68c517c628acdcfd0107536f34c3fd882ce0629.tar.lz
android_bootable_recovery-a68c517c628acdcfd0107536f34c3fd882ce0629.tar.xz
android_bootable_recovery-a68c517c628acdcfd0107536f34c3fd882ce0629.tar.zst
android_bootable_recovery-a68c517c628acdcfd0107536f34c3fd882ce0629.zip
Diffstat (limited to 'recovery.cpp')
-rw-r--r--recovery.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/recovery.cpp b/recovery.cpp
index c28e328a2..b2cdf08e5 100644
--- a/recovery.cpp
+++ b/recovery.cpp
@@ -986,6 +986,7 @@ main(int argc, char **argv) {
ui = device->GetUI();
gCurrentUI = ui;
+ ui->SetLocale(locale);
ui->Init();
int st_cur, st_max;
@@ -993,7 +994,6 @@ main(int argc, char **argv) {
ui->SetStage(st_cur, st_max);
}
- ui->SetLocale(locale);
ui->SetBackground(RecoveryUI::NONE);
if (show_text) ui->ShowText(true);