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

Commit 721e0fdc authored by hughchen's avatar hughchen Committed by Hugh Chen
Browse files

Change field type for reverse

Bug: 149974575
Test: build pass
Change-Id: I6ec52ae0b3214783f95220c942482903d85d6a4d
parent 195fba40
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -58,7 +58,7 @@ public class BatteryControllerImpl extends BroadcastReceiver implements BatteryC
    private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG);

    private final EnhancedEstimates mEstimates;
    private final BroadcastDispatcher mBroadcastDispatcher;
    protected final BroadcastDispatcher mBroadcastDispatcher;
    protected final ArrayList<BatteryController.BatteryStateChangeCallback>
            mChangeCallbacks = new ArrayList<>();
    private final ArrayList<EstimateFetchCompletion> mFetchCallbacks = new ArrayList<>();