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

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

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

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

* commit '82a76800':
  DO NOT MERGE Notify provider when disposing last UpdateRecord
parents a8a19ac5 82a76800
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 {