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

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

Merge cherrypicks of ['googleplex-android-review.googlesource.com/33261695'] into 25Q3-release.

Change-Id: Id1c8d6b712d0d5e550a425db49f6a32fcfb2e3c7
parents 8323ecab edd4d1d4
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -801,8 +801,6 @@ 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 */
                    mNextPollTimeoutMillis = -1;