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

Commit bde00faa authored by Henri Chataing's avatar Henri Chataing Committed by Automerger Merge Worker
Browse files

Merge "Update the cache of a2dp config before writing config." into main am: 18eac4ef

parents c02f0aa0 18eac4ef
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();