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

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

am bc36b523: am 7b085571: Merge "DO NOT MERGE Adjust update interval when...

am bc36b523: am 7b085571: Merge "DO NOT MERGE Adjust update interval when expiring location requests." into jb-mr1.1-dev

* commit 'bc36b523':
  DO NOT MERGE Adjust update interval when expiring location requests.
parents 1a10de0f bc36b523
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -1710,9 +1710,6 @@ public class LocationManagerService extends ILocationManager.Stub implements Run
            for (UpdateRecord r : deadUpdateRecords) {
                r.disposeLocked(true);
            }
        }
        // let the provider know if we just disposed its last update record
        if (records.size() == 0) {
            applyRequirementsLocked(provider);
        }
    }