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

Commit 372c0616 authored by Nishith  Khanna's avatar Nishith Khanna
Browse files

Merge remote-tracking branch 'origin/lineage-22.2' into a15

parents f54f003b 00aecfb6
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -208,12 +208,14 @@ static InstallResult apply_update_menu(Device* device, Device::BuiltinAction* re

  const int item_sideload = 0;
  const int item_virtiofs = 1;
  unsigned int non_storage_items = 1; // ADB sideload, at least
  unsigned int non_storage_items;
  std::vector<VolumeInfo> volumes;

  InstallResult status = INSTALL_NONE;

  for (;;) {
    non_storage_items = 1; // ADB sideload, at least

    items.clear();
    items.push_back("Apply from ADB");