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

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

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

parents 3b08bb9d e0fa1b38
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line Diff line number Diff line
@@ -1711,6 +1711,10 @@ public class LocationManagerService extends ILocationManager.Stub implements Run
                r.disposeLocked(true);
                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 {
    private class LocationWorkerHandler extends Handler {