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

Commit c3534bb9 authored by Felipe Leme's avatar Felipe Leme
Browse files

Removed onRestrictPowerChanged().

BUG: 28521946

Change-Id: Ib48030c704cf38541101b600b1e91935302beb9c
parent 43a4e5f4
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -206,10 +206,6 @@ public class DataSaverBackend {
        public void onMeteredIfacesChanged(String[] strings) throws RemoteException {
        }

        @Override
        public void onRestrictPowerChanged(boolean restrictPower) {
        }

        @Override
        public void onRestrictBackgroundChanged(final boolean isDataSaving) throws RemoteException {
            mHandler.post(new Runnable() {