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

Commit 7b085571 authored by Victoria Lease's avatar Victoria Lease Committed by Android (Google) Code Review
Browse files

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

parents ab3a5d94 5959bf2d
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);
        }
    }