From 551d2c3181b7c481b76a6a20dfadcd213455c9d2 Mon Sep 17 00:00:00 2001 From: Tao Bao Date: Wed, 9 May 2018 20:53:13 -0700 Subject: Device owns the RecoveryUI instance. Test: mmma -j bootable/recovery Test: Build and boot into recovery, w/ and w/o enabling quiescent mode respectively. Change-Id: I5d9bb945a6c3c9a3b96199fa0c8071a2f91339a0 --- screen_ui.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'screen_ui.h') diff --git a/screen_ui.h b/screen_ui.h index 293696d22..2d6b621d5 100644 --- a/screen_ui.h +++ b/screen_ui.h @@ -114,7 +114,7 @@ class ScreenRecoveryUI : public RecoveryUI { explicit ScreenRecoveryUI(bool scrollable_menu); bool Init(const std::string& locale) override; - std::string GetLocale() override; + std::string GetLocale() const override; // overall recovery state ("background image") void SetBackground(Icon icon) override; -- cgit v1.2.3