summaryrefslogtreecommitdiffstats
path: root/recovery.cpp
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2018-05-08 07:50:33 +0200
committerTao Bao <tbao@google.com>2018-05-08 08:50:50 +0200
commit39c4918a404a9c8119aac5086014df26c2a71664 (patch)
tree8acd67dc6ed240efc1929960e8ccae31ab1b0095 /recovery.cpp
parentrecovery: Get UI and locale from device. (diff)
downloadandroid_bootable_recovery-39c4918a404a9c8119aac5086014df26c2a71664.tar
android_bootable_recovery-39c4918a404a9c8119aac5086014df26c2a71664.tar.gz
android_bootable_recovery-39c4918a404a9c8119aac5086014df26c2a71664.tar.bz2
android_bootable_recovery-39c4918a404a9c8119aac5086014df26c2a71664.tar.lz
android_bootable_recovery-39c4918a404a9c8119aac5086014df26c2a71664.tar.xz
android_bootable_recovery-39c4918a404a9c8119aac5086014df26c2a71664.tar.zst
android_bootable_recovery-39c4918a404a9c8119aac5086014df26c2a71664.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 01dce0780..6aceb2d61 100644
--- a/recovery.cpp
+++ b/recovery.cpp
@@ -897,7 +897,7 @@ static Device::BuiltinAction prompt_and_wait(Device* device, int status) {
case Device::RUN_LOCALE_TEST: {
ScreenRecoveryUI* screen_ui = static_cast<ScreenRecoveryUI*>(ui);
- screen_ui->CheckBackgroundTextImages(screen_ui->GetLocale());
+ screen_ui->CheckBackgroundTextImages();
break;
}
case Device::MOUNT_SYSTEM: