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

Commit aa5bf14e authored by Mike Lockwood's avatar Mike Lockwood Committed by Mike Lockwood
Browse files

PhoneWindowManager: Disable boot progress dialog on headless builds

parent 7db766c3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3485,6 +3485,7 @@ public class PhoneWindowManager implements WindowManagerPolicy {

    /** {@inheritDoc} */
    public void showBootMessage(final CharSequence msg, final boolean always) {
        if (mHeadless) return;
        mHandler.post(new Runnable() {
            @Override public void run() {
                if (mBootMsgDialog == null) {