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

Commit 170b31a4 authored by Winson Chung's avatar Winson Chung Committed by Android Git Automerger
Browse files

am e6a2068c: Merge "Fixing potential crash when the task loader is stopped....

am e6a2068c: Merge "Fixing potential crash when the task loader is stopped. (Bug 18135583)" into lmp-mr1-dev automerge: b55f7d79 automerge: 0baa55a7

* commit 'e6a2068c':
  Fixing potential crash when the task loader is stopped. (Bug 18135583)
parents 4b67bd10 e6a2068c
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -171,6 +171,9 @@ class TaskResourceLoader implements Runnable {
                }
            } else {
                SystemServicesProxy ssp = mSystemServicesProxy;
                // If we've stopped the loader, then fall thorugh to the above logic to wait on
                // the load thread
                if (ssp == null) continue;

                // Load the next item from the queue
                final Task t = mLoadQueue.nextTask();