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
This commit is contained in:
Tao Bao
2018-05-09 20:53:13 -07:00
parent 1d4ef4ba4b
commit 551d2c3181
6 changed files with 26 additions and 29 deletions
+1 -1
View File
@@ -751,7 +751,7 @@ bool ScreenRecoveryUI::Init(const std::string& locale) {
return true;
}
std::string ScreenRecoveryUI::GetLocale() {
std::string ScreenRecoveryUI::GetLocale() const {
return locale_;
}