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

Commit 6861e258 authored by Victoria Lease's avatar Victoria Lease Committed by Android Git Automerger
Browse files

am 1d20e05e: am 82a76800: Merge "DO NOT MERGE Notify provider when disposing...

am 1d20e05e: am 82a76800: Merge "DO NOT MERGE Notify provider when disposing last UpdateRecord" into jb-mr1.1-dev

* commit '1d20e05e':
  DO NOT MERGE Notify provider when disposing last UpdateRecord
parents 5931fa81 1d20e05e
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -1711,6 +1711,10 @@ public class LocationManagerService extends ILocationManager.Stub implements Run
                r.disposeLocked(true);
            }
        }
        // let the provider know if we just disposed its last update record
        if (records.size() == 0) {
            applyRequirementsLocked(provider);
        }
    }

    private class LocationWorkerHandler extends Handler {