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

Commit 8f2f870f authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Merge cherrypicks of ['googleplex-android-review.googlesource.com/33261695']...

Merge cherrypicks of ['googleplex-android-review.googlesource.com/33261695'] into sparse-13416688-L97100030011644184.
SPARSE_CHANGE: I12bc300db8c3660214769874bde08b08ea1fbc16

Change-Id: I67a15cd5045498b72b105c1e26f1f2251129ef34
parents 5d3da032 9690b615
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) {