Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 71633ebf authored by Tao Bao's avatar Tao Bao Committed by Gerrit Code Review
Browse files

Merge "Remove outdated reference to icon_installing.png"

parents f9684c22 825b6b0c
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -209,10 +209,12 @@ bool WearRecoveryUI::Init() {
        return false;
    }

    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.

    return true;
}