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

Commit 1c2953e3 authored by William Escande's avatar William Escande Committed by Gerrit Code Review
Browse files

Merge "Fix typo" into main

parents 14fc0ff7 bca70045
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5014,7 +5014,7 @@ public class AdapterService extends Service {
            if (service == null) {
                return BluetoothStatusCodes.ERROR_BLUETOOTH_NOT_ENABLED;
            }
            if (!callerIsSystem(TAG, "setPreferredAudioProfiles")) {
            if (!callerIsSystem(TAG, "notifyActiveDeviceChangeApplied")) {
                return BluetoothStatusCodes.ERROR_BLUETOOTH_NOT_ALLOWED;
            }
            requireNonNull(device);