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

Commit 4f78dc71 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

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

        return false;