Loading packages/SystemUI/src/com/android/systemui/volume/VolumeDialogImpl.java +2 −1 Original line number Diff line number Diff line Loading @@ -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; Loading Loading
packages/SystemUI/src/com/android/systemui/volume/VolumeDialogImpl.java +2 −1 Original line number Diff line number Diff line Loading @@ -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; Loading