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

Commit 568f923b authored by Adam Powell's avatar Adam Powell Committed by Gerrit Code Review
Browse files

Merge "removing ineffective code in WifiService.java"

parents cdd03f54 2bea5854
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1577,7 +1577,7 @@ public class WifiService extends IWifiManager.Stub {
        }

        int uid = Binder.getCallingUid();
        Long ident = Binder.clearCallingIdentity();
        final long ident = Binder.clearCallingIdentity();
        try {
            mBatteryStats.noteWifiMulticastEnabled(uid);
        } catch (RemoteException e) {
@@ -1613,7 +1613,7 @@ public class WifiService extends IWifiManager.Stub {
            mWifiStateMachine.startFilteringMulticastV4Packets();
        }

        Long ident = Binder.clearCallingIdentity();
        final long ident = Binder.clearCallingIdentity();
        try {
            mBatteryStats.noteWifiMulticastDisabled(uid);
        } catch (RemoteException e) {