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

Commit 18eac4ef authored by Henri Chataing's avatar Henri Chataing Committed by Gerrit Code Review
Browse files

Merge "Update the cache of a2dp config before writing config." into main

parents 5565b514 2eb14f53
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -85,6 +85,8 @@ public abstract class AbstractBluetoothDialogPreferenceController extends
        if (bluetoothA2dp == null) {
            return;
        }
        // update the cache of a2dp config(mBluetoothA2dpConfigStore) before writing config.
        initConfigStore();
        writeConfigurationValues(index);
        final BluetoothCodecConfig codecConfig = mBluetoothA2dpConfigStore.createCodecConfig();
        BluetoothDevice activeDevice = getA2dpActiveDevice();