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

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

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

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

* commit '7b085571':
  DO NOT MERGE Adjust update interval when expiring location requests.
parents 23d8835d 7b085571
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);
        }
    }