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

Commit 4790d334 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix for b/411488376" into main

parents 07441ccb 111148f6
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -801,10 +801,8 @@ public final class MessageQueue {
            if (found == null) {
                if (getQuitting()) {
                    mNextPollTimeoutMillis = 0;
                    // State change will be Active->Active, so can immediately return here.
                    return null;
                } else if (next == null) {
                    /* No message to deliver, sleep indefinitely, unless quitting */
                    /* No message to deliver, sleep indefinitely */
                    mNextPollTimeoutMillis = -1;
                    nextOp = sStackStateParked;
                    if (DEBUG) {