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

Commit eb04f23d authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "BroadcastProcessQueue: Clear RunnableAt invalidates."

parents e8ad05e4 cfea392c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -796,6 +796,7 @@ class BroadcastProcessQueue {
     */
    private void updateRunnableAt() {
        final SomeArgs next = peekNextBroadcast();
        mRunnableAtInvalidated = false;
        if (next != null) {
            final BroadcastRecord r = (BroadcastRecord) next.arg1;
            final int index = next.argi1;