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

Commit 556461f8 authored by Aayush Gupta's avatar Aayush Gupta Committed by Nishith Khanna
Browse files

recovery_ui: Choose proper recovery logo

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

  e_logo_ = LoadBitmap("logo_image_switch");
  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) ||