Remove outdated reference to icon_installing.png
am: 48be23c8ed
Change-Id: I84d5539f61694a5ae9299775f2ede0a7310512a0
This commit is contained in:
+3
-2
@@ -204,10 +204,11 @@ void WearRecoveryUI::InitTextParams() {
|
||||
void WearRecoveryUI::Init() {
|
||||
ScreenRecoveryUI::Init();
|
||||
|
||||
LoadBitmap("icon_installing", &backgroundIcon[INSTALLING_UPDATE]);
|
||||
backgroundIcon[ERASING] = backgroundIcon[INSTALLING_UPDATE];
|
||||
LoadBitmap("icon_error", &backgroundIcon[ERROR]);
|
||||
backgroundIcon[NO_COMMAND] = backgroundIcon[ERROR];
|
||||
|
||||
// This leaves backgroundIcon[INSTALLING_UPDATE] and backgroundIcon[ERASING]
|
||||
// as NULL which is fine since draw_background_locked() doesn't use them.
|
||||
}
|
||||
|
||||
void WearRecoveryUI::SetStage(int current, int max)
|
||||
|
||||
Reference in New Issue
Block a user