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

Unverified Commit 5d49ff79 authored by LuK1337's avatar LuK1337
Browse files

recovery: Update logo after going back to recovery

Test: Enter fastboot, then enter recovery
Change-Id: Iee894e584451673bdaee6b2e01afaff2c3eb391f
parent f32ca7e6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -605,6 +605,7 @@ int main(int argc, char** argv) {
      case Device::ENTER_RECOVERY:
        LOG(INFO) << "Entering recovery";
        fastboot = false;
        ui->SetEnableFastbootdLogo(fastboot);
        device->GoHome();
        break;