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

Commit 24f22135 authored by Julia Reynolds's avatar Julia Reynolds
Browse files

Show media stream always when a11y is active stream

Test: manual
Bug: 76438403
Change-Id: I9da010b9bb03dfdcb48fc15e3c6d538d540f8f11
parent d4909378
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;