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

Commit b6cc1f15 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 am: 7c9990ac

parents 6ea5ca84 7c9990ac
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3796,7 +3796,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();