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

Commit 25c589eb authored by Soonil Nagarkar's avatar Soonil Nagarkar
Browse files

Fix build break

Bug: 149339822
Test: builds
Change-Id: Iacbb82c3ac99e282103eab511fb411289ffe3251
parent 488cc772
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -642,7 +642,7 @@ public class GnssManagerService {
     */
    public void onReportLocation(List<Location> locations) {
        IBatchedLocationCallback gnssBatchingCallback;
        LinkedListener<IBatchedLocationCallback> gnssBatchingDeathCallback;
        LinkedListener<Void, IBatchedLocationCallback> gnssBatchingDeathCallback;
        synchronized (mGnssBatchingLock) {
            gnssBatchingCallback = mGnssBatchingCallback;
            gnssBatchingDeathCallback = mGnssBatchingDeathCallback;