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

Commit 4eaa2ecb authored by Soonil Nagarkar's avatar Soonil Nagarkar
Browse files

Fix typo

Test: n/a
Change-Id: I1023daa59fbee38af8d7b8f9636fff6136894582
parent 57514fc1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1971,7 +1971,7 @@ public class LocationManager {
    public void removeGpsMeasurementListener(GpsMeasurementsEvent.Listener listener) {}

    /**
     * Registers a GPS Measurement callback which will run on a binder threadS.
     * Registers a GPS Measurement callback which will run on a binder thread.
     *
     * @param callback a {@link GnssMeasurementsEvent.Callback} object to register.
     * @return {@code true} if the callback was added successfully, {@code false} otherwise.