Merge "screen_ui: Drop the parameter in CheckBackgroundTextImages." am: 1f3a9c0a43

am: 730d541588

Change-Id: I6b5f29414be17ec8814c8729add689f0672270f0
This commit is contained in:
android-build-prod (mdb)
2018-05-08 11:24:42 -07:00
committed by android-build-merger
3 changed files with 7 additions and 6 deletions
+1 -1
View File
@@ -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: