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

Commit d0bb5058 authored by Julia Reynolds's avatar Julia Reynolds Committed by android-build-merger
Browse files

Merge "Show media stream always when a11y is active stream" into pi-dev am: 9ba5dfc7

am: 4f78dc71

Change-Id: If3de4ed9ed06da94acc143494c377f86b7f5c9dd
parents cea19def 4f78dc71
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -603,7 +603,8 @@ public class VolumeDialogImpl implements VolumeDialog {
        if (row.defaultStream) {
        if (row.defaultStream) {
            return activeRow.stream == STREAM_RING
            return activeRow.stream == STREAM_RING
                    || activeRow.stream == STREAM_ALARM
                    || activeRow.stream == STREAM_ALARM
                    || activeRow.stream == STREAM_VOICE_CALL;
                    || activeRow.stream == STREAM_VOICE_CALL
                    || activeRow.stream == STREAM_ACCESSIBILITY;
        }
        }


        return false;
        return false;