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

Commit 910c83b9 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "resolve merge conflicts of 48be23c8 to nyc-mr1-dev-plus-aosp" into nyc-mr1-dev-plus-aosp

parents cb155946 a5876e43
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;
}