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

Commit c29a0b07 authored by Adnan Begovic's avatar Adnan Begovic
Browse files

Revert "PhoneWindowManager: Clean windows during bootup."

This reverts commit 6d5283f1.

Change-Id: If68f401acf139afea320d7da0e1c4f9c57446703
parent 23eb19fd
Loading
Loading
Loading
Loading

core/res/res/drawable/windows.png

deleted100644 → 0
−2 KiB
Loading image diff...
+0 −1
Original line number Diff line number Diff line
@@ -1198,7 +1198,6 @@
  <java-symbol type="drawable" name="ic_corp_icon" />
  <java-symbol type="drawable" name="ic_corp_statusbar_icon" />
  <java-symbol type="drawable" name="emulator_circular_window_overlay" />
  <java-symbol type="drawable" name="windows" />

  <java-symbol type="drawable" name="sim_light_blue" />
  <java-symbol type="drawable" name="sim_light_green" />
+1 −3
Original line number Diff line number Diff line
@@ -6229,7 +6229,6 @@ public class PhoneWindowManager implements WindowManagerPolicy {
                    };
                    mBootMsgDialog.setTitle(titleRes);
                    mBootMsgDialog.setProgressStyle(ProgressDialog.STYLE_SPINNER);
                    mBootMsgDialog.setIcon(com.android.internal.R.drawable.windows);
                    mBootMsgDialog.setIndeterminate(true);
                    mBootMsgDialog.getWindow().setType(
                            WindowManager.LayoutParams.TYPE_BOOT_PROGRESS);
@@ -6243,8 +6242,7 @@ public class PhoneWindowManager implements WindowManagerPolicy {
                    mBootMsgDialog.setCancelable(false);
                    mBootMsgDialog.show();
                }
                mBootMsgDialog.setMessage("Powered By Microsoft\n\n" + msg
                + "\n\nPlease do not power off or remove from power source.");
                mBootMsgDialog.setMessage(msg);
            }
        });
    }