commit | 551d2c3181b7c481b76a6a20dfadcd213455c9d2 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Wed May 09 20:53:13 2018 -0700 |
committer | Tao Bao <tbao@google.com> | Wed May 09 21:22:26 2018 -0700 |
tree | 114915a36d07c85ec5c4276291ba37c19d2bb009 | |
parent | 1d4ef4ba4b1955241bde4dce81441a4bf379bcfa [diff] [blame] |
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
diff --git a/screen_ui.cpp b/screen_ui.cpp index c0fb2cf..f5dadf7 100644 --- a/screen_ui.cpp +++ b/screen_ui.cpp
@@ -751,7 +751,7 @@ return true; } -std::string ScreenRecoveryUI::GetLocale() { +std::string ScreenRecoveryUI::GetLocale() const { return locale_; }