summaryrefslogtreecommitdiffstats
path: root/recovery.cpp
diff options
context:
space:
mode:
authorandroid-build-prod (mdb) <android-build-team-robot@google.com>2018-05-08 20:11:35 +0200
committerGerrit Code Review <noreply-gerritcodereview@google.com>2018-05-08 20:11:35 +0200
commit1f3a9c0a43b8aac3d82237422eb518491c410a35 (patch)
tree8acd67dc6ed240efc1929960e8ccae31ab1b0095 /recovery.cpp
parentMerge "recovery: Get UI and locale from device." (diff)
parentscreen_ui: Drop the parameter in CheckBackgroundTextImages. (diff)
downloadandroid_bootable_recovery-1f3a9c0a43b8aac3d82237422eb518491c410a35.tar
android_bootable_recovery-1f3a9c0a43b8aac3d82237422eb518491c410a35.tar.gz
android_bootable_recovery-1f3a9c0a43b8aac3d82237422eb518491c410a35.tar.bz2
android_bootable_recovery-1f3a9c0a43b8aac3d82237422eb518491c410a35.tar.lz
android_bootable_recovery-1f3a9c0a43b8aac3d82237422eb518491c410a35.tar.xz
android_bootable_recovery-1f3a9c0a43b8aac3d82237422eb518491c410a35.tar.zst
android_bootable_recovery-1f3a9c0a43b8aac3d82237422eb518491c410a35.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: