Loading packages/SystemUI/src/com/android/systemui/volume/VolumePanel.java +3 −1 Original line number Diff line number Diff line Loading @@ -1178,7 +1178,9 @@ public class VolumePanel extends Handler implements DemoMode { if (!isShowing()) { int stream = (streamType == STREAM_REMOTE_MUSIC) ? -1 : streamType; // when the stream is for remote playback, use -1 to reset the stream type evaluation if (stream != STREAM_MASTER) { mAudioManager.forceVolumeControlStream(stream); } mDialog.show(); if (mCallback != null) { mCallback.onVisible(true); Loading Loading
packages/SystemUI/src/com/android/systemui/volume/VolumePanel.java +3 −1 Original line number Diff line number Diff line Loading @@ -1178,7 +1178,9 @@ public class VolumePanel extends Handler implements DemoMode { if (!isShowing()) { int stream = (streamType == STREAM_REMOTE_MUSIC) ? -1 : streamType; // when the stream is for remote playback, use -1 to reset the stream type evaluation if (stream != STREAM_MASTER) { mAudioManager.forceVolumeControlStream(stream); } mDialog.show(); if (mCallback != null) { mCallback.onVisible(true); Loading