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

Commit 2cf51bce authored by Chung Tang's avatar Chung Tang
Browse files

Remove unused param

Bug: 432191784
Test: EXEMPT refactor
Flag: EXEMPT refactor

Change-Id: Iedb773cccf4af59030f4dec72f42f9e0958000a4
parent 62e92de7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -328,7 +328,7 @@ import java.util.concurrent.CopyOnWriteArrayList;

        if (com.android.media.flags.Flags.enableOutputSwitcherPersonalAudioSharing()) {
            // We need to stop broadcast when we transfer to another route
            stopBroadcastForTransferIfCurrentlySelected(requestId);
            stopBroadcastForTransferIfCurrentlySelected();
        }

        MediaRoute2InfoHolder mediaRoute2InfoHolder;
@@ -390,7 +390,7 @@ import java.util.concurrent.CopyOnWriteArrayList;
        mHandler.post(() -> mBluetoothRouteController.removeRouteFromBroadcast(routeId));
    }

    private void stopBroadcastForTransferIfCurrentlySelected(long requestId) {
    private void stopBroadcastForTransferIfCurrentlySelected() {
        if (!currentOutputIsBLEBroadcast()) {
            return;
        }