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

Commit e93c7796 authored by Abhishek Aggarwal's avatar Abhishek Aggarwal Committed by Nishith Khanna
Browse files

recovery: Update FastbootD and recovery images

parent dcd849ab
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -1072,12 +1072,14 @@ bool ScreenRecoveryUI::Init(const std::string& locale) {
  no_command_text_ = LoadLocalizedBitmap("no_command_text");
  error_text_ = LoadLocalizedBitmap("error_text");

  e_logo_ = LoadBitmap("logo_image");
  back_icon_ = LoadBitmap("ic_back");
  back_icon_sel_ = LoadBitmap("ic_back_sel");
  if (android::base::GetBoolProperty("ro.boot.dynamic_partitions", false) ||
      android::base::GetBoolProperty("ro.fastbootd.available", false)) {
    e_logo_ = LoadBitmap("logo_image_switch");
    fastbootd_logo_ = LoadBitmap("fastbootd");
  } else {
    e_logo_ = LoadBitmap("logo_image");
  }

  // Background text for "installing_update" could be "installing update" or
−6.18 KiB (7.29 KiB)
Loading image diff...
−7.44 KiB (7.16 KiB)
Loading image diff...
−4.35 KiB (2.94 KiB)
Loading image diff...
−5.26 KiB (2.86 KiB)
Loading image diff...
Loading