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

Commit 97f4c617 authored by Kweku Adams's avatar Kweku Adams Committed by Gerrit Code Review
Browse files

Merge "BatteryStatsService: Fix wrong arguments passed to...

Merge "BatteryStatsService: Fix wrong arguments passed to noteBluetoothScanStoppedFromSourceLocked."
parents a2ec01c7 f744dbac
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1978,7 +1978,7 @@ public final class BatteryStatsService extends IBatteryStats.Stub
            mHandler.post(() -> {
                synchronized (mStats) {
                    mStats.noteBluetoothScanStoppedFromSourceLocked(localWs, isUnoptimized,
                            uptime, elapsedRealtime);
                            elapsedRealtime, uptime);
                }
            });
        }