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

Commit 7c9990ac authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fix WindowManager boot timeout on emulators" into main am: 7ad4eb3b

parents 04c2fb7c 7ad4eb3b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3843,7 +3843,7 @@ public class WindowManagerService extends IWindowManager.Stub
            hideBootMessagesLocked();
            // If the screen still doesn't come up after 30 seconds, give
            // up and turn it on.
            mH.sendEmptyMessageDelayed(H.BOOT_TIMEOUT, 30 * 1000);
            mH.sendEmptyMessageDelayed(H.BOOT_TIMEOUT, 30 * 1000 * Build.HW_TIMEOUT_MULTIPLIER);
        }

        mPolicy.systemBooted();