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

Commit f3d57c45 authored by Etienne Ruffieux's avatar Etienne Ruffieux
Browse files

Removed hidden call to getLeState in Bluetooth service

Tag: #feature
Bug: 211851706
Test: manual
Change-Id: Ifc3c59611722446bf4baae0bbceef023604b9f0a
parent 2f97b037
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -100,7 +100,7 @@ public class BluetoothModeChangeHelper {
        if (adapter == null) {
            return false;
        }
        return adapter.getLeState() == BluetoothAdapter.STATE_ON;
        return adapter.isLeEnabled();
    }

    @VisibleForTesting