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

Commit a18688e5 authored by LuK1337's avatar LuK1337
Browse files

recovery: Simplify reboot recovery reason

It seems like "userrequested,recovery,ui" doesn't work properly on some
devices.

Change-Id: I75cba959d5f3d9d692f279e0f11e96b292c26e94
parent 2a70656f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -389,7 +389,7 @@ static InstallResult TryUpdateBinary(Package* package, bool* wipe_cache,
    if (std::string err; !clear_bootloader_message(&err)) {
      LOG(ERROR) << "Failed to clear BCB message: " << err;
    }
    Reboot("userrequested,recovery,ui");
    Reboot("recovery");
  };

  static bool ab_package_installed = false;