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

Commit ffc5bbf4 authored by Nishith  Khanna's avatar Nishith Khanna
Browse files

Merge remote-tracking branch 'origin/lineage-20.0' into v1-t

parents ca03d0f0 cb54992c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -835,6 +835,7 @@ Device::BuiltinAction start_recovery(Device* device, const std::vector<std::stri
        " (" + ver_date + ")",
  };
  
  title_lines.push_back("Product name - " + android::base::GetProperty("ro.product.device", ""));
  ui->SetTitle(title_lines);
  
  if (android::base::GetBoolProperty("ro.build.ab_update", false)) {
+0 −1
Original line number Diff line number Diff line
@@ -1002,7 +1002,6 @@ void ScreenRecoveryUI::BattMonitorThreadLoop() {
      // If we can't read battery percentage, it may be a device without battery. In this
      // situation, use 100 as a fake battery percentage.
      if (status != android::OK) {
        LOG(WARNING) << "Using fake battery capacity 100.";
        prop.valueInt64 = 100;
      }