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

Commit dcc4de38 authored by William Escande's avatar William Escande Committed by Automerger Merge Worker
Browse files

Merge "Remove duplicate code in disable BluetoothAdapter" am: f68f6213

parents 04210210 f68f6213
Loading
Loading
Loading
Loading
+1 −6
Original line number Diff line number Diff line
@@ -1592,12 +1592,7 @@ public final class BluetoothAdapter {
    @RequiresBluetoothConnectPermission
    @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT)
    public boolean disable() {
        try {
            return mManagerService.disable(mAttributionSource, true);
        } catch (RemoteException e) {
            Log.e(TAG, "", e);
        }
        return false;
        return disable(true);
    }

    /**